Skip to content

Commit 713d72c

Browse files
committed
Updating CI
1 parent 3d07728 commit 713d72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ContinuousIntegration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
runs-on: ${{matrix.os}}
1717
strategy:
1818
matrix:
19-
os: [ ubuntu-20.04, macos-11 ]
20-
cxx: [ clang++, g++-10 ]
19+
os: [ ubuntu-22.04, macos-12 ]
20+
cxx: [ clang++, g++-11 ]
2121
build_type: [ Debug, Release ]
2222

2323
steps:

0 commit comments

Comments
 (0)