Skip to content

Commit 4b8e7e1

Browse files
authored
Hardcoding the usage of Xcode 16.4 to avoid issues in CI (#928)
* Hardcoding the usage of Xcode 16.4 to avoid issues in CI * Hardcoding the usage of Xcode 16.4 to avoid issues in CI
1 parent 7a68865 commit 4b8e7e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/BuildAndTest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
3333
with:
34-
xcode-version: latest-stable
34+
xcode-version: 16.4
3535
- name: Build and Test for macOS
3636
run: swift test --enable-code-coverage
3737
- name: Upload Code coverage
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
4848
with:
49-
xcode-version: latest-stable
49+
xcode-version: 16.4
5050
- name: Install Homebrew kegs
5151
run: make setup-brew
5252
- name: Build for iOS
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6060
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
6161
with:
62-
xcode-version: latest-stable
62+
xcode-version: 16.4
6363
- name: Install Homebrew kegs
6464
run: make setup-brew
6565
- name: Build for tvOS
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7373
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
7474
with:
75-
xcode-version: latest-stable
75+
xcode-version: 16.4
7676
- name: Install Homebrew kegs
7777
run: make setup-brew
7878
- name: Build for watchOS
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8686
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
8787
with:
88-
xcode-version: latest-stable
88+
xcode-version: 16.4
8989
- name: Install Homebrew kegs
9090
run: make setup-brew
9191
- name: Build for visionOS

0 commit comments

Comments
 (0)