Skip to content

Commit 65f918e

Browse files
committed
gh-233: update workflow deps
1 parent da22861 commit 65f918e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
windows:
3232
runs-on: windows-2019
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v4
3535
with:
3636
submodules: true
3737
fetch-depth: 0
@@ -56,9 +56,9 @@ jobs:
5656

5757

5858
ubuntu:
59-
runs-on: ubuntu-20.04
59+
runs-on: ubuntu-24.04
6060
steps:
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v4
6262
with:
6363
submodules: true
6464
fetch-depth: 0
@@ -67,9 +67,6 @@ jobs:
6767

6868
- name: Configure CMake
6969
run: cmake . -G Ninja -B ${{ env.build_dir }} -DCMAKE_BUILD_TYPE=${{ env.config }}
70-
env:
71-
CC: gcc-9
72-
CXX: g++-9
7370

7471
- name: Build library sources
7572
run: cmake --build ${{ env.build_dir }}
@@ -83,7 +80,7 @@ jobs:
8380
macos:
8481
runs-on: macos-14
8582
steps:
86-
- uses: actions/checkout@v2
83+
- uses: actions/checkout@v4
8784
with:
8885
submodules: true
8986
fetch-depth: 0

0 commit comments

Comments
 (0)