Skip to content

Commit 9963f2a

Browse files
committed
arm64 runner does not have ubuntu-latest label
1 parent d885942 commit 9963f2a

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

.github/workflows/build.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ local build_job(pattern) =
6565
_name:: name,
6666
[name]: {
6767
name: name,
68-
'runs-on': (if pattern.arch == 'arm64' then 'ubuntu-latest-arm64' else 'ubuntu-latest'),
68+
'runs-on': (if pattern.arch == 'arm64' then 'ubuntu-24.04-arm' else 'ubuntu-24.04'),
6969
permissions: { 'id-token': 'write', contents: 'read' },
7070
steps: common_steps + [
7171
{

0 commit comments

Comments
 (0)