From c5da27629a576f1ff6cd1e6ef029c514d9b09ac0 Mon Sep 17 00:00:00 2001 From: Filippos Sakellaropoulos Date: Mon, 7 Oct 2024 22:46:30 +0300 Subject: [PATCH] Update Xcode version to 16.0 in swift.yml workflow --- .github/workflows/swift.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 9af38a5..9893922 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,8 +14,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable - - uses: swift-actions/setup-swift@v2 + xcode-version: '16.0' - name: Get swift version run: swift --version - uses: actions/checkout@v4