Skip to content

Commit d971fa7

Browse files
committed
update
1 parent 305e6c8 commit d971fa7

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
name: Ubuntu 20.04 CI (GCC 9)
1+
name: Ubuntu 22.04
22

33
on: [push, pull_request]
44

55
jobs:
66
ubuntu-build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
8+
strategy:
9+
matrix:
10+
cxx: [g++-12, clang++-14]
811
steps:
9-
- uses: actions/checkout@v3
10-
- name: Setup cmake
11-
uses: jwlawson/actions-setup-cmake@v1.13
12-
with:
13-
cmake-version: '3.11.x'
12+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1413
- name: Use cmake
1514
run: |
1615
mkdir build &&

0 commit comments

Comments
 (0)