We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87df298 commit 53fba16Copy full SHA for 53fba16
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- os: [ubuntu-22.04]
+ os: [ubuntu-latest]
13
platform: [x32, x64]
14
compiler: [gcc, clang]
15
configure:
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments