Skip to content

Commit 5d33f9e

Browse files
committed
chore: use ubuntu-latest in ci
ubuntu-20.04 is obsolete on GH Actions
1 parent 2c63fdb commit 5d33f9e

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
@@ -34,7 +34,7 @@ jobs:
3434
- supautils
3535
postgres: [13, 14, 15, 16, 17]
3636
box:
37-
- { runner: ubuntu-20.04, arch: amd64 }
37+
- { runner: ubuntu-latest, arch: amd64 }
3838
- { runner: arm-runner, arch: arm64 }
3939
runs-on: ${{ matrix.box.runner }}
4040
steps:

0 commit comments

Comments
 (0)