We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145f81a commit a9618d2Copy full SHA for a9618d2
.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
21
- os: macos
22
arch: x86_64
23
24
- runs-on: ${{ matrix.arch == 'x86_64' && 'buildjet-4vcpu-ubuntu-2204' || (matrix.os == 'linux' && 'buildjet-4vcpu-ubuntu-2204-arm' || 'macos-latest') }}
+ runs-on: ${{ matrix.arch == 'x86_64' && 'buildjet-4vcpu-ubuntu-2204' || (matrix.os == 'linux' && 'buildjet-16vcpu-ubuntu-2204-arm' || 'macos-latest') }}
25
steps:
26
27
- name: 📥 Checkout repository
0 commit comments