Skip to content

Commit 0fe7442

Browse files
committed
Move off macos-12 for builds
1 parent 850d36f commit 0fe7442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- 20
3333
- 21
3434
system:
35-
- os: macos-12
35+
- os: macos-13
3636
target: x86_64-apple-darwin
3737
arch: x64
3838
- os: buildjet-2vcpu-ubuntu-2204

.github/workflows/typescript-napi-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# explicitly asked for, we normally don't support non-LTS versions. Remove when Node support is dropped.
2424
- 21
2525
system:
26-
- os: macos-12
26+
- os: macos-13
2727
target: x86_64-apple-darwin
2828
arch: x64
2929
- os: buildjet-2vcpu-ubuntu-2204

0 commit comments

Comments
 (0)