Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 6cf36b4

Browse files
committed
dont run github actions with xcode 14 on sonoma
1 parent 0a787c8 commit 6cf36b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ios-build-scripts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: macos-14
3333
strategy:
3434
matrix:
35-
xcode: [ '14.3.1', '15.3' ]
35+
xcode: [ '15.4', '16.0' ]
3636
defaults:
3737
run:
3838
shell: bash

.github/workflows/macos-build-scripts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: macos-14
3333
strategy:
3434
matrix:
35-
xcode: [ '14.3.1', '15.3' ]
35+
xcode: [ '15.4', '16.0' ]
3636
defaults:
3737
run:
3838
shell: bash

.github/workflows/periodic-builds-apple.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-14
1111
strategy:
1212
matrix:
13-
xcode: [ '14.3.1', '15.3' ]
13+
xcode: [ '15.4', '16.0' ]
1414
branches: [ 'main', 'development' ]
1515
defaults:
1616
run:
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: macos-14
6363
strategy:
6464
matrix:
65-
xcode: [ '14.3.1', '15.3' ]
65+
xcode: [ '15.4', '16.0' ]
6666
branches: [ 'main', 'development' ]
6767
defaults:
6868
run:
@@ -114,7 +114,7 @@ jobs:
114114
runs-on: macos-14
115115
strategy:
116116
matrix:
117-
xcode: [ '14.3.1', '15.3' ]
117+
xcode: [ '15.4', '16.0' ]
118118
branches: [ 'main', 'development' ]
119119
defaults:
120120
run:

.github/workflows/tvos-build-scripts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: macos-14
3333
strategy:
3434
matrix:
35-
xcode: [ '14.3.1', '15.3' ]
35+
xcode: [ '15.4', '16.0' ]
3636
defaults:
3737
run:
3838
shell: bash

0 commit comments

Comments
 (0)