Skip to content

Commit 331ba42

Browse files
authored
Use 22.04 instead of deprecated 20.04 (#1565)
Cf. actions/runner-images#11101 — currently failing normal PR checks.
1 parent 5496b40 commit 331ba42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
precheck:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
2020
elixir: [1.18.1]
@@ -71,7 +71,7 @@ jobs:
7171
run: bin/ci-check.sh
7272

7373
ci:
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-22.04
7575

7676
strategy:
7777
matrix:

0 commit comments

Comments
 (0)