Skip to content

Commit 5fc4f78

Browse files
authoredMar 9, 2025··
[CI] Use macos-14 as the macOS runner (#157)
1 parent 161a007 commit 5fc4f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
test-macos-stable:
6868
name: macOS (Stable)
69-
runs-on: macos-11
69+
runs-on: macos-14
7070
steps:
7171
- name: Checkout out repository
7272
uses: actions/checkout@v2
@@ -93,7 +93,7 @@ jobs:
9393

9494
test-ios-cross-stable:
9595
name: iOS (Stable, ARM, Cross Compilation)
96-
runs-on: macos-11
96+
runs-on: macos-14
9797
steps:
9898
- name: Checkout out repository
9999
uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.