Skip to content

Commit

Permalink
use ubuntu-18.04 so setup-elixir action works
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Mar 11, 2021
1 parent 9907c0c commit 19c398c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
format:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-elixir@v1
Expand All @@ -35,7 +35,7 @@ jobs:
matrix:
otp_version: ['23.1', '22.3.4.2', '21.3.8.16']
elixir: ['1.11.1']
os: [ubuntu-latest]
os: [ubuntu-18.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir }}
Expand All @@ -58,7 +58,7 @@ jobs:
matrix:
otp_version: ['23.1', '22.3.4.2', '21.3.8.16']
elixir: ['1.11.1']
os: [ubuntu-latest]
os: [ubuntu-18.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
matrix:
otp_version: ['23.1']
elixir: ['1.11.1']
os: [ubuntu-latest]
os: [ubuntu-18.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
otp_version: ['23.0.2', '22.3.4.2', '21.3.8.16']
os: [ubuntu-latest]
os: [ubuntu-18.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
OTEL_TRACES_EXPORTER: "none"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
otp_version: ['23.0.2', '22.3.4.2', '21.3.8.16']
os: [ubuntu-latest]
os: [ubuntu-18.04]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-elixir@v1
Expand Down

0 comments on commit 19c398c

Please sign in to comment.