Skip to content

Commit 6eeaeb1

Browse files
Update dependency ubuntu to v24
1 parent a8cc97f commit 6eeaeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
checkuncrustify:
99
name: "Check code style with Uncrustify"
1010
# Ubuntu 22.04 has uncrustify 0.72_f
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Install dependencies
1414
run: sudo apt update && sudo apt install -y uncrustify
@@ -42,7 +42,7 @@ jobs:
4242
arch: [x86, x64]
4343

4444
name: "gcc-mingw - ${{ matrix.arch }} - OSSL"
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-24.04
4646
env:
4747
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
4848
steps:

0 commit comments

Comments
 (0)