Skip to content

Commit db4c6ab

Browse files
authored
Merge pull request #593 from supabase/bump-ubuntu-runner
use ubuntu-latest instead of ubuntu-20.04 as the latter is deprecated
2 parents 006dd45 + 91c998f commit db4c6ab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
code-coverage:
1414
name: Code Coverage
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Release
22

3-
43
on:
54
push:
65
# Sequence of patterns matched against refs/tags
76
tags:
8-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
7+
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
98

109
permissions:
1110
contents: write
@@ -47,7 +46,7 @@ jobs:
4746
- 0.12.9
4847
postgres: [14, 15, 16, 17]
4948
box:
50-
- { runner: ubuntu-20.04, arch: amd64 }
49+
- { runner: ubuntu-latest, arch: amd64 }
5150
- { runner: arm-runner, arch: arm64 }
5251
runs-on: ${{ matrix.box.runner }}
5352
timeout-minutes: 90

0 commit comments

Comments
 (0)