Skip to content

Commit 1851121

Browse files
committed
Upgrade exercise runners to macos-latest.
1 parent d3323b3 commit 1851121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-exercises.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
GENERATOR: -G "Unix Makefiles"
6262
env:
6363
CXX: g++-11
64-
# We temporarily need to hardcode macos-12, because "-latest" resolves to 11
65-
- OS: "macos-12"
64+
- OS: "macos-latest"
6665
GENERATOR: -G "Xcode"
6766
- OS: "windows-latest"
6867
GENERATOR:

0 commit comments

Comments
 (0)