Skip to content

Commit e139540

Browse files
Merge pull request #174 from ferrous-systems/update-ubuntu
update github actions to ubuntu-24.04
2 parents 7351fa6 + 082683b commit e139540

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
deploy:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
steps:
@@ -59,4 +59,3 @@ jobs:
5959
artifacts: "./rust-exercises-${{ env.slug }}.zip,./rust-exercises-${{ env.slug }}/nrf52-code/boards/dongle-fw/*-fw"
6060
allowUpdates: true
6161
updateOnlyUnreleased: true
62-

.github/workflows/weekly-canary-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
rust-channel: [stable, beta, nightly]
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.ref }}
2121
steps:

0 commit comments

Comments
 (0)