Skip to content

Commit 74518b6

Browse files
committed
chore(ci): update macOS version in CI workflows to macos-13
1 parent 6739066 commit 74518b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- os: macos-latest
1919
target: aarch64-apple-darwin
2020
artifact_name: rohas-macos-arm64
21-
- os: macos-latest
21+
- os: macos-13
2222
target: x86_64-apple-darwin
2323
artifact_name: rohas-macos-x86_64
2424
- os: windows-latest

.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: macos-latest
2222
target: aarch64-apple-darwin
2323
artifact_name: rohas-macos-arm64
24-
- os: macos-latest
24+
- os: macos-13
2525
target: x86_64-apple-darwin
2626
artifact_name: rohas-macos-x86_64
2727
- os: windows-latest

0 commit comments

Comments
 (0)