Skip to content

Commit 86f8518

Browse files
authored
Update workflow ubuntu image version
Previous Ubuntu version (20.4) is deprecated, switching to 22.4
1 parent 606e5f7 commit 86f8518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
build:
1010
name: Build and test
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)