Skip to content

Commit d99d691

Browse files
authored
Merge pull request #605 from supabase/rs/update-runner
ci: bump runner to ubuntu 22.04 as 20.04 is out of support
2 parents bae1cb5 + f119fee commit d99d691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
postgres: [14, 15, 16, 17]
4848
box:
4949
- { runner: ubuntu-latest, arch: amd64 }
50-
- { runner: arm-runner, arch: arm64 }
50+
- { runner: u22-arm-runner, arch: arm64 }
5151
runs-on: ${{ matrix.box.runner }}
5252
timeout-minutes: 90
5353
steps:

0 commit comments

Comments
 (0)