Skip to content

Commit 9df2c77

Browse files
authored
Merge pull request #401 from thaJeztah/bump_ubuntu
gha: update some actions to ubuntu 24.04
2 parents 3f97cf3 + 81f7ebe commit 9df2c77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
validate:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -114,7 +114,7 @@ jobs:
114114
token: ${{ secrets.CODECOV_TOKEN }}
115115

116116
test-sandboxed:
117-
runs-on: ubuntu-22.04
117+
runs-on: ubuntu-24.04
118118
steps:
119119
-
120120
name: Set up Docker Buildx
@@ -135,7 +135,7 @@ jobs:
135135
token: ${{ secrets.CODECOV_TOKEN }}
136136

137137
build:
138-
runs-on: ubuntu-22.04
138+
runs-on: ubuntu-24.04
139139
steps:
140140
-
141141
name: Checkout
@@ -181,7 +181,7 @@ jobs:
181181
files: ${{ env.DESTDIR }}/*
182182

183183
build-deb:
184-
runs-on: ubuntu-22.04
184+
runs-on: ubuntu-24.04
185185
steps:
186186
-
187187
name: Checkout

0 commit comments

Comments
 (0)