Skip to content

Commit 8e60a35

Browse files
committed
Update CI
1 parent 4d30185 commit 8e60a35

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
@@ -17,15 +17,15 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-20.04, macos-11 ]
20-
cxx: [ clang++, g++-9 ]
20+
cxx: [ clang++, g++-10 ]
2121
build_type: [ Debug, Release ]
2222

2323
steps:
2424
- name: which CXX
2525
run: |
2626
which ${{matrix.cxx}}
2727
${{matrix.cxx}} --version
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: mkdir bin
3030
run: mkdir bin
3131
- name: cmake

0 commit comments

Comments
 (0)