Skip to content

Commit 5c34fed

Browse files
committed
Alter build-release GH-A workflow to work with the new set of compilers [skip ci]
1 parent dd22af5 commit 5c34fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: ubuntu-20.04
1919
cxx: g++-10
2020
- platform_name: macos
21-
os: macos-10.15
21+
os: macos-12
2222
cxx: clang++
2323
# NOTE: CXX seems to be ignored on Windows, but specify it anyway for consistency
2424
- platform_name: windows

0 commit comments

Comments
 (0)