Skip to content

Commit 35b3a0d

Browse files
ci: update test job runner from ubuntu-20.04 to ubuntu-22.04 (#163)
ubuntu-20.04 GitHub-hosted runners are no longer available, causing the Test job to wait indefinitely for a runner that never picks it up. ubuntu-22.04 is the current LTS and has full runner availability.
1 parent 2e9e733 commit 35b3a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

230230
test:
231231
name: Test
232-
runs-on: ubuntu-20.04
232+
runs-on: ubuntu-22.04
233233
needs: [build-rust]
234234
env:
235235
SUPPLY_TRACK: production # used by fastlane to determine track to publish to

0 commit comments

Comments
 (0)