We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ffc8e commit 7b9dca9Copy full SHA for 7b9dca9
.github/workflows/cpp.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-22.04, ubuntu-20.04]
+ os: [ubuntu-22.04, ubuntu-24.04]
18
steps:
19
- uses: actions/checkout@v3
20
- name: Setup cmake
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
.github/workflows/python.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
0 commit comments