We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8afd0 commit 483a196Copy full SHA for 483a196
.github/workflows/build-push.yml
@@ -20,8 +20,7 @@ env:
20
21
jobs:
22
build-push:
23
- # The ARM64 build segfaults with Ubuntu 24.04, so use 22.04 (for now)
24
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
25
permissions:
26
attestations: write
27
# dependency-submission needs contents write permission.
.github/workflows/prime-cache.yml
@@ -14,8 +14,7 @@ concurrency:
14
15
16
prime-docker-cache:
17
18
19
strategy:
matrix:
flavor: ["cpp", "rust"]
0 commit comments