Skip to content

Commit 354586d

Browse files
committed
Github runner macos-12 -> macos-13.
1 parent 305bba8 commit 354586d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-12.yml renamed to .github/workflows/macos-13.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macos-12 - Clang 14
1+
name: macos-13 - Clang 14
22

33
on:
44
push:
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
cxx_std: [17]
1818

19-
runs-on: macos-12
19+
runs-on: macos-13
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)