We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305e6c8 commit d971fa7Copy full SHA for d971fa7
1 file changed
.github/workflows/ubuntu20.yml .github/workflows/ubuntu.yml.github/workflows/ubuntu20.yml renamed to .github/workflows/ubuntu.yml
@@ -1,16 +1,15 @@
1
-name: Ubuntu 20.04 CI (GCC 9)
+name: Ubuntu 22.04
2
3
on: [push, pull_request]
4
5
jobs:
6
ubuntu-build:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
8
+ strategy:
9
+ matrix:
10
+ cxx: [g++-12, clang++-14]
11
steps:
- - uses: actions/checkout@v3
- - name: Setup cmake
- uses: jwlawson/actions-setup-cmake@v1.13
12
- with:
13
- cmake-version: '3.11.x'
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
- name: Use cmake
15
run: |
16
mkdir build &&
0 commit comments