Skip to content

Commit c05a18a

Browse files
committed
Update Linux workflows
1 parent 9e68b91 commit c05a18a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
build:
3030
needs: setup
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-20.04
3232
permissions:
3333
contents: write
3434
strategy:

.github/workflows/linux_arm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737

3838
build:
3939
needs: setup
40-
runs-on: ubuntu-latest
40+
# Same as `buildjet-32vcpu-ubuntu-2204-arm`
41+
runs-on: ubuntu-22.04
4142
permissions:
4243
contents: write
4344
strategy:

0 commit comments

Comments
 (0)