Skip to content

Commit 5deff6f

Browse files
committed
Fix ubuntu version in CI workflows
1 parent 472d025 commit 5deff6f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ on:
99
jobs:
1010
test:
1111
name: Build and test
12-
runs-on: ubuntu-latest
13-
14-
steps:
12+
runs-on: ubuntu-22
13+
steps:
1514
- uses: actions/checkout@v2
1615
- name: Set up Elixir
1716
uses: erlef/setup-beam@v1.15
@@ -35,7 +34,7 @@ jobs:
3534

3635
dialyzer:
3736
name: Run Dialyzer for type checking
38-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-22
3938
steps:
4039
- uses: actions/checkout@v2
4140
- name: Set mix file hash

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
Publish:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22
1010
env:
1111
HEX_API_KEY: ${{ secrets.HEXPM_SECRET }}
1212
steps:

0 commit comments

Comments
 (0)