Skip to content

Commit

Permalink
bump ubuntu versions used in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Dec 15, 2022
1 parent 476d625 commit 48635f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand All @@ -36,7 +36,7 @@ jobs:
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
elixir_version: ['1.14', '1.13.4']
rebar3_version: ['3.17.0']
os: [ubuntu-18.04]
os: [ubuntu-20.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand All @@ -61,7 +61,7 @@ jobs:
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
elixir_version: ['1.14', '1.13.4']
rebar3_version: ['3.17.0']
os: [ubuntu-18.04]
os: [ubuntu-20.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
matrix:
otp_version: ['25.0.3']
elixir_version: ['1.14']
os: [ubuntu-18.04]
os: [ubuntu-20.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
otp_version: ['25.0.3', '24.1.2', '23.3.4.16']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
os: [ubuntu-20.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
steps:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
otp_version: ['25.0.3']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
os: [ubuntu-20.04]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/w3c_interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
interop_tests:
name: Run W3C Trace Context Interop Tests
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
OTP_VERSION:
steps:
Expand Down

0 comments on commit 48635f0

Please sign in to comment.