Skip to content

Commit

Permalink
CI: use ubuntu24
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed May 26, 2024
1 parent 42e0531 commit c8f246b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
elixir: 1.16.3
otp: 26.2.5
name: Build Test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
MIX_ENV: test
steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
elixir: 1.16.3
otp: 26.2.5
name: Build Dev
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
MIX_ENV: dev
steps:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
otp: 26.2.5
name: Test
needs: build_test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
MIX_ENV: test
services:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
otp: 26.2.5
name: Credo + Dialyxir
needs: build_test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
MIX_ENV: test
steps:
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
otp: 26.2.5
name: Docs
needs: build_dev
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
MIX_ENV: dev
steps:
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
otp: 26.2.5
name: Audit
needs: build_dev
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
MIX_ENV: dev
steps:
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
- test
- credo_and_dialyxir
- audit
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Elixir
Expand Down

0 comments on commit c8f246b

Please sign in to comment.