Skip to content

Commit 8aa64ef

Browse files
committed
update ubuntu
1 parent c79eee9 commit 8aa64ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
build:
2020
name: build and push
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-24.04
2222
permissions:
2323
packages: write
2424
contents: read

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
e2e:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)