Skip to content

Commit 66100b6

Browse files
committed
ci: update to macos 13
1 parent 63768f2 commit 66100b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macOS 12
1+
name: macOS 13
22

33
on:
44
push:
@@ -21,7 +21,7 @@ defaults:
2121
jobs:
2222
build:
2323
name: ${{ matrix.name }}
24-
runs-on: macos-12
24+
runs-on: macos-13
2525
timeout-minutes: 180
2626
strategy:
2727
fail-fast: false

0 commit comments

Comments
 (0)