Skip to content

Commit a02d2b1

Browse files
ci: Update gha macos runners (#956)
1 parent 40adcd8 commit a02d2b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
platform:
36-
- os: "macos-13"
36+
- os: "macos-14"
3737
target: "x86_64-apple-darwin"
3838
arch: "x86_64"
3939
- os: "ubuntu-22.04"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
target: "x86_64-pc-windows-msvc"
3333
arch: "x86_64"
3434
# macOs
35-
- os: "macos-13"
35+
- os: "macos-14"
3636
target: "aarch64-apple-darwin"
3737
# This is not true, but simplifies the logic of the action.
3838
arch: "x86_64"
39-
- os: "macos-13"
39+
- os: "macos-14"
4040
target: "x86_64-apple-darwin"
4141
arch: "x86_64"
4242
runs-on: ${{ matrix.platform.os }}

0 commit comments

Comments
 (0)