Skip to content

Commit 9453607

Browse files
committed
Replace deprecated GH macos-12 runner by macos-13.
1 parent f3ea02e commit 9453607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
290290
build-macos:
291291
name: build-macos-${{ matrix.arch }}
292-
runs-on: ${{ (matrix.arch == 'arm64' && 'macos-14') || 'macos-12' }}
292+
runs-on: ${{ (matrix.arch == 'arm64' && 'macos-14') || 'macos-13' }}
293293

294294
strategy:
295295
fail-fast: false

0 commit comments

Comments
 (0)