Skip to content

Commit 483a196

Browse files
authored
chore: switch to ubuntu-latest to check build results
1 parent 6e8afd0 commit 483a196

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ env:
2020

2121
jobs:
2222
build-push:
23-
# The ARM64 build segfaults with Ubuntu 24.04, so use 22.04 (for now)
24-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-latest
2524
permissions:
2625
attestations: write
2726
# dependency-submission needs contents write permission.

.github/workflows/prime-cache.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ concurrency:
1414

1515
jobs:
1616
prime-docker-cache:
17-
# The ARM64 build segfaults with Ubuntu 24.04, so use 22.04 (for now)
18-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-latest
1918
strategy:
2019
matrix:
2120
flavor: ["cpp", "rust"]

0 commit comments

Comments
 (0)