Skip to content

Commit 6d9b3dd

Browse files
Update build.yml
1 parent a741be8 commit 6d9b3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
build-linux-gcc:
3434
name: build-linux (gcc-${{ matrix.gcc-ver }}, ${{ matrix.configuration }})
35-
runs-on: ubuntu
35+
runs-on: ubuntu-latest
3636
strategy:
3737
fail-fast: false
3838
matrix:
@@ -90,4 +90,4 @@ jobs:
9090
run: cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -B build
9191
- name: Build
9292
working-directory: build
93-
run: ninja
93+
run: ninja

0 commit comments

Comments
 (0)