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

Commit 3f04e9f

Browse files
committed
update github action runners
1 parent 9e6b83c commit 3f04e9f

6 files changed

+13
-13
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-22.04
3131
strategy:
3232
matrix:
33-
ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux', 'r24-linux', 'r25c-linux', 'r26d-linux' ]
33+
ndk-version: [ 'r22b-linux-x86_64', 'r25c-linux', 'r26d-linux', 'r27c-linux' ]
3434
defaults:
3535
run:
3636
shell: bash
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-22.04
6262
strategy:
6363
matrix:
64-
ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux' ]
64+
ndk-version: [ 'r22b-linux-x86_64' ]
6565
defaults:
6666
run:
6767
shell: bash
@@ -92,7 +92,7 @@ jobs:
9292
runs-on: macos-12
9393
strategy:
9494
matrix:
95-
ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin', 'r24-darwin', 'r25c-darwin', 'r26d-darwin' ]
95+
ndk-version: [ 'r22b-darwin-x86_64', 'r25c-darwin', 'r26d-darwin' , 'r27c-darwin' ]
9696
defaults:
9797
run:
9898
shell: bash
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: macos-12
122122
strategy:
123123
matrix:
124-
ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin' ]
124+
ndk-version: [ 'r22b-darwin-x86_64' ]
125125
defaults:
126126
run:
127127
shell: bash
@@ -150,7 +150,7 @@ jobs:
150150
runs-on: ubuntu-22.04
151151
strategy:
152152
matrix:
153-
ndk-version: [ 'r22b-linux-x86_64' ]
153+
ndk-version: [ 'r27c-linux' ]
154154
defaults:
155155
run:
156156
shell: bash

.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: [ '15.4', '16.0' ]
35+
xcode: [ '15.3', '15.4' ]
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: [ '15.4', '16.0' ]
35+
xcode: [ '15.3', '15.4' ]
3636
defaults:
3737
run:
3838
shell: bash

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux', 'r24-linux', 'r25c-linux', 'r26d-linux' ]
13+
ndk-version: [ 'r22b-linux-x86_64', 'r25c-linux', 'r26d-linux' , 'r27c-linux' ]
1414
branches: [ 'main', 'development' ]
1515
defaults:
1616
run:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-22.04
4949
strategy:
5050
matrix:
51-
ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux' ]
51+
ndk-version: [ 'r22b-linux-x86_64' ]
5252
branches: [ 'main', 'development' ]
5353
defaults:
5454
run:

.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: [ '15.4', '16.0' ]
13+
xcode: [ '15.3', '15.4' ]
1414
branches: [ 'main', 'development' ]
1515
defaults:
1616
run:
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: macos-14
6363
strategy:
6464
matrix:
65-
xcode: [ '15.4', '16.0' ]
65+
xcode: [ '15.3', '15.4' ]
6666
branches: [ 'main', 'development' ]
6767
defaults:
6868
run:
@@ -114,7 +114,7 @@ jobs:
114114
runs-on: macos-14
115115
strategy:
116116
matrix:
117-
xcode: [ '15.4', '16.0' ]
117+
xcode: [ '15.3', '15.4' ]
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: [ '15.4', '16.0' ]
35+
xcode: [ '15.3', '15.4' ]
3636
defaults:
3737
run:
3838
shell: bash

0 commit comments

Comments
 (0)