Skip to content

Commit b502f38

Browse files
committed
wip
1 parent 3f9eadd commit b502f38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
prepare:
24-
runs-on: ${{ env.RUNNER_DEFAULT }}
24+
runs-on: ubuntu-22.04
2525
outputs:
2626
matrix: ${{ steps.platforms.outputs.matrix }}
2727
steps:
@@ -56,7 +56,7 @@ jobs:
5656
retention-days: 1
5757

5858
build:
59-
runs-on: ${{ matrix.platform == 'linux/arm64' && env.RUNNER_ARM64 || env.RUNNER_DEFAULT }}
59+
runs-on: ${{ matrix.platform == 'linux/arm64' && 'ubuntu-22.04-arm' || 'ubuntu-22.04' }}
6060
needs:
6161
- prepare
6262
strategy:
@@ -115,7 +115,7 @@ jobs:
115115
retention-days: 1
116116

117117
merge:
118-
runs-on: ${{ env.RUNNER_DEFAULT }}
118+
runs-on: ubuntu-22.04
119119
needs:
120120
- build
121121
steps:

0 commit comments

Comments
 (0)