Skip to content

Commit

Permalink
dont run github actions with xcode 14 on sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Nov 8, 2024
1 parent 0a787c8 commit 6cf36b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
xcode: [ '14.3.1', '15.3' ]
xcode: [ '15.4', '16.0' ]
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-build-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
xcode: [ '14.3.1', '15.3' ]
xcode: [ '15.4', '16.0' ]
defaults:
run:
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/periodic-builds-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
xcode: [ '14.3.1', '15.3' ]
xcode: [ '15.4', '16.0' ]
branches: [ 'main', 'development' ]
defaults:
run:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
xcode: [ '14.3.1', '15.3' ]
xcode: [ '15.4', '16.0' ]
branches: [ 'main', 'development' ]
defaults:
run:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
xcode: [ '14.3.1', '15.3' ]
xcode: [ '15.4', '16.0' ]
branches: [ 'main', 'development' ]
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tvos-build-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
xcode: [ '14.3.1', '15.3' ]
xcode: [ '15.4', '16.0' ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 6cf36b4

Please sign in to comment.