Skip to content

Commit 9e81def

Browse files
committed
Update CI/CD to 22.04
1 parent df6d5f7 commit 9e81def

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: .github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
analyze:
1414
name: Analyze
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
permissions:
1717
actions: read
1818
contents: read

Diff for: .github/workflows/release-feature-branch.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- drizzle-valibot
3030
- drizzle-arktype
3131
- other
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
services:
3434
postgres-postgis:
3535
image: postgis/postgis:16-3.4
@@ -231,7 +231,7 @@ jobs:
231231
- drizzle-valibot
232232
- drizzle-arktype
233233
- eslint-plugin-drizzle
234-
runs-on: ubuntu-20.04
234+
runs-on: ubuntu-22.04
235235
steps:
236236
- uses: actions/checkout@v4
237237

@@ -325,7 +325,7 @@ jobs:
325325
- drizzle-valibot
326326
- drizzle-arktype
327327
- eslint-plugin-drizzle
328-
runs-on: ubuntu-20.04
328+
runs-on: ubuntu-22.04
329329
permissions:
330330
contents: read
331331
id-token: write

Diff for: .github/workflows/release-latest.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- drizzle-valibot
2424
- drizzle-arktype
2525
- other
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-22.04
2727
services:
2828
postgres-postgis:
2929
image: postgis/postgis:16-3.4
@@ -213,7 +213,7 @@ jobs:
213213
- drizzle-valibot
214214
- drizzle-arktype
215215
- eslint-plugin-drizzle
216-
runs-on: ubuntu-20.04
216+
runs-on: ubuntu-22.04
217217
steps:
218218
- uses: actions/checkout@v4
219219

@@ -302,7 +302,7 @@ jobs:
302302
- drizzle-valibot
303303
- drizzle-arktype
304304
- eslint-plugin-drizzle
305-
runs-on: ubuntu-20.04
305+
runs-on: ubuntu-22.04
306306
services:
307307
postgres-postgis:
308308
image: postgis/postgis:16-3.4

Diff for: .github/workflows/unpublish-release-feature-branch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- drizzle-valibot
1616
- drizzle-arktype
1717
- eslint-plugin-drizzle
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- uses: actions/checkout@v4
2121

0 commit comments

Comments
 (0)