Skip to content

Commit c39b377

Browse files
committed
Use custom, larger, runner for linux workflows.
1 parent 639213c commit c39b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- os: macos
2222
arch: x86_64
2323

24-
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || (matrix.os == 'linux' && 'buildjet-4vcpu-ubuntu-2204-arm' || 'macos-latest') }}
24+
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-x86_64' || (matrix.os == 'linux' && 'buildjet-4vcpu-ubuntu-2204-arm' || 'macos-latest') }}
2525
steps:
2626

2727
- name: 📥 Checkout repository

0 commit comments

Comments
 (0)