Skip to content

Commit 3d5d75f

Browse files
committed
Use macos-14.
1 parent 8ec7734 commit 3d5d75f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
build_macOS_x64:
2323
name: Building macOS x64
24-
runs-on: macos-12
24+
runs-on: macos-14
2525
steps:
2626
- uses: actions/checkout@v3
2727
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
publish_macOS_x64:
245245
name: Publish macOS x64
246246
needs: [draft_release]
247-
runs-on: macos-12
247+
runs-on: macos-14
248248
steps:
249249
- uses: actions/checkout@v3
250250
with:

0 commit comments

Comments
 (0)