Skip to content

Commit

Permalink
update github action runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Nov 18, 2024
1 parent 9e6b83c commit 3f04e9f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android-build-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux', 'r24-linux', 'r25c-linux', 'r26d-linux' ]
ndk-version: [ 'r22b-linux-x86_64', 'r25c-linux', 'r26d-linux', 'r27c-linux' ]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux' ]
ndk-version: [ 'r22b-linux-x86_64' ]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: macos-12
strategy:
matrix:
ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin', 'r24-darwin', 'r25c-darwin', 'r26d-darwin' ]
ndk-version: [ 'r22b-darwin-x86_64', 'r25c-darwin', 'r26d-darwin' , 'r27c-darwin' ]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: macos-12
strategy:
matrix:
ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin' ]
ndk-version: [ 'r22b-darwin-x86_64' ]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ndk-version: [ 'r22b-linux-x86_64' ]
ndk-version: [ 'r27c-linux' ]
defaults:
run:
shell: bash
Expand Down
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: [ '15.4', '16.0' ]
xcode: [ '15.3', '15.4' ]
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: [ '15.4', '16.0' ]
xcode: [ '15.3', '15.4' ]
defaults:
run:
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/periodic-builds-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux', 'r24-linux', 'r25c-linux', 'r26d-linux' ]
ndk-version: [ 'r22b-linux-x86_64', 'r25c-linux', 'r26d-linux' , 'r27c-linux' ]
branches: [ 'main', 'development' ]
defaults:
run:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux' ]
ndk-version: [ 'r22b-linux-x86_64' ]
branches: [ 'main', 'development' ]
defaults:
run:
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: [ '15.4', '16.0' ]
xcode: [ '15.3', '15.4' ]
branches: [ 'main', 'development' ]
defaults:
run:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
xcode: [ '15.4', '16.0' ]
xcode: [ '15.3', '15.4' ]
branches: [ 'main', 'development' ]
defaults:
run:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
xcode: [ '15.4', '16.0' ]
xcode: [ '15.3', '15.4' ]
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: [ '15.4', '16.0' ]
xcode: [ '15.3', '15.4' ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 3f04e9f

Please sign in to comment.