Skip to content

Commit

Permalink
set ubuntua 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Dec 6, 2022
1 parent cc92166 commit 5d8e61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
STRIPE_MOCK_VERSION: 0.123.0
STRIPE_SECRET_KEY: non_empty_string
SKIP_STRIPE_MOCK_RUN: true
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Test (OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}})
strategy:
matrix:
Expand All @@ -41,7 +41,7 @@ jobs:
run: mix test

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Linting
strategy:
matrix:
Expand Down

0 comments on commit 5d8e61a

Please sign in to comment.