Skip to content

Commit 988b890

Browse files
committed
GitHub Actions: add macos-14 runner
Signed-off-by: leleliu008 <[email protected]>
1 parent 5d8c592 commit 988b890

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/cross-compile-android-ndk-on-mac.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
build-machine-os: [macos-13, macos-12, macos-11]
14+
build-machine-os: [macos-14, macos-13, macos-12, macos-11]
1515

1616
runs-on: ${{ matrix.build-machine-os }}
1717

@@ -24,10 +24,7 @@ jobs:
2424

2525
- name: Run ./configure ...
2626
run: |
27-
BUILD_MACHINE_OS_TYPE=$(uname | tr A-Z a-z)
28-
BUILD_MACHINE_OS_ARCH=$(uname -m)
29-
30-
TOOLCHAIN_BASE_DIR=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/$BUILD_MACHINE_OS_TYPE-$BUILD_MACHINE_OS_ARCH
27+
TOOLCHAIN_BASE_DIR=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/darwin-x86_64
3128
TOOLCHAIN_BIN_DIR=$TOOLCHAIN_BASE_DIR/bin
3229
SYSROOT=$TOOLCHAIN_BASE_DIR/sysroot
3330

.github/workflows/cross-compile-mingw-w64-on-mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
build-machine-os: [macos-13, macos-12, macos-11]
14+
build-machine-os: [macos-14, macos-13, macos-12, macos-11]
1515
target: [i686-w64-mingw32,x86_64-w64-mingw32]
1616

1717
runs-on: ${{ matrix.build-machine-os }}

.github/workflows/testing-mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [macos-13, macos-12, macos-11]
14+
os: [macos-14, macos-13, macos-12, macos-11]
1515

1616
runs-on: ${{ matrix.os }}
1717

0 commit comments

Comments
 (0)