Skip to content

Commit

Permalink
Fix ubuntu version in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
urmastalimaa committed Feb 21, 2025
1 parent 472d025 commit e43f62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu-22

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:

dialyzer:
name: Run Dialyzer for type checking
runs-on: ubuntu-latest
runs-on: ubuntu-22
steps:
- uses: actions/checkout@v2
- name: Set mix file hash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
Publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22
env:
HEX_API_KEY: ${{ secrets.HEXPM_SECRET }}
steps:
Expand Down

0 comments on commit e43f62b

Please sign in to comment.