Skip to content

Commit ca034a8

Browse files
committed
.github/workflows/ci.yml: use ubuntu 24.04
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
1 parent d4ab673 commit ca034a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
lint:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v3
1212

@@ -26,7 +26,7 @@ jobs:
2626
- features:
2727
- features: --no-default-features --features="redox_hwio"
2828

29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v3
3232

0 commit comments

Comments
 (0)