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 9e68b91 commit c05a18aCopy full SHA for c05a18a
.github/workflows/linux.yml
@@ -28,7 +28,7 @@ jobs:
28
29
build:
30
needs: setup
31
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
32
permissions:
33
contents: write
34
strategy:
.github/workflows/linux_arm.yml
@@ -37,7 +37,8 @@ jobs:
37
38
39
40
+ # Same as `buildjet-32vcpu-ubuntu-2204-arm`
41
+ runs-on: ubuntu-22.04
42
43
44
0 commit comments