Skip to content

Commit abba8de

Browse files
committed
Updated macos x86 runner to macos-14
1 parent 721ddc9 commit abba8de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
platform:
57-
- runner: macos-12
57+
- runner: macos-14
5858
target: x86_64
5959
- runner: macos-14
6060
target: aarch64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
strategy:
130130
matrix:
131131
platform:
132-
- runner: macos-12
132+
- runner: macos-14
133133
target: x86_64
134134
- runner: macos-14
135135
target: aarch64

0 commit comments

Comments
 (0)