Skip to content

Commit 29de542

Browse files
authored
Merge pull request #598 from rust-embedded/ci-docker-image
Update CI docker image to ubuntu-24.04
2 parents a72ee47 + b055719 commit 29de542

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
# Check build succeeds for each f3discovery chapter containing example code.
1212
build-f3discovery-chapter:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
1616
chapter:
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Check build succeeds for f3discovery docs.
4141
build-f3discovery-doc:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-24.04
4343
steps:
4444
- uses: actions/checkout@v4
4545
- uses: actions-rs/toolchain@v1
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Check a build succeeds for each microbit chapter that contains example code.
5555
build-microbit-chapter:
56-
runs-on: ubuntu-20.04
56+
runs-on: ubuntu-24.04
5757
strategy:
5858
matrix:
5959
chapter:
@@ -79,7 +79,7 @@ jobs:
7979

8080
# Check build succeeds for microbit docs.
8181
build-microbit-doc:
82-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-24.04
8383
steps:
8484
- uses: actions/checkout@v4
8585
- uses: actions-rs/toolchain@v1
@@ -97,7 +97,7 @@ jobs:
9797

9898
# Build the book HTML itself and optionally publish it.
9999
build-book:
100-
runs-on: ubuntu-20.04
100+
runs-on: ubuntu-24.04
101101
steps:
102102
- uses: actions/checkout@v4
103103
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)