Skip to content

Commit 3608165

Browse files
Merge pull request #472 from lightpanda-io/linux_aarch64
ci: use ubuntu 24.04
2 parents 4394186 + 9811c5d commit 3608165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ARCH: x86_64
1717
OS: linux
1818

19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
4848
ARCH: aarch64
4949
OS: linux
5050

51-
runs-on: ubuntu-22.04-arm
51+
runs-on: ubuntu-24.04-arm
5252

5353
steps:
5454
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)