Skip to content

Commit cb9d9fc

Browse files
committed
Use ubuntu 24.04 in action ci runner
1 parent 3440694 commit cb9d9fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-linux:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
1414
platform: [x64]
@@ -18,9 +18,6 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v3
2020

21-
- name: Install Ninja
22-
run: sudo apt-get update && sudo apt-get install -y ninja-build
23-
2421
- name: Configure CMake
2522
run: cmake -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
2623

0 commit comments

Comments
 (0)