Skip to content

Commit c9066eb

Browse files
committed
update macos-13 runner to macos-14 in CI
1 parent 15add29 commit c9066eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
unit-test:
66
strategy:
77
matrix:
8-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, macos-13]
8+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, macos-14]
99
fail-fast: true
1010
runs-on: ${{ matrix.os }}
1111
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: ubuntu-latest
2222
target: aarch64-unknown-linux-gnu
2323
- build: mac-x86_64
24-
os: macos-13
24+
os: macos-14
2525
target: x86_64-apple-darwin
2626
- build: mac-aarch64
2727
os: macos-latest

0 commit comments

Comments
 (0)