We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3440694 commit cb9d9fcCopy full SHA for cb9d9fc
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build-linux:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
strategy:
13
matrix:
14
platform: [x64]
@@ -18,9 +18,6 @@ jobs:
18
- name: Checkout repository
19
uses: actions/checkout@v3
20
21
- - name: Install Ninja
22
- run: sudo apt-get update && sudo apt-get install -y ninja-build
23
-
24
- name: Configure CMake
25
run: cmake -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
26
0 commit comments