Skip to content

Commit abdddd0

Browse files
committed
ci: Bump workflows to running on Ubuntu 24.04.
Just generally to keep up with security updates and such.
1 parent 6b4cdab commit abdddd0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
matrix:
1212
include:
1313
# Release builds.
14-
- os: ubuntu-20.04
14+
- os: ubuntu-24.04
1515
build_options: RELEASE=1
1616

1717
# Debug builds.
18-
- os: ubuntu-20.04
18+
- os: ubuntu-24.04
1919
build_options:
2020
steps:
2121
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
create_release:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
with:

boot2dump/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
matrix:
1313
include:
1414
# Release builds.
15-
- os: ubuntu-20.04
15+
- os: ubuntu-24.04
1616
build_options: RELEASE=1
1717

1818
# Debug builds.
19-
- os: ubuntu-20.04
19+
- os: ubuntu-24.04
2020
build_options:
2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)