Upgrade CI runner machine
This commit is contained in:
parent
769915a8ed
commit
7a1ee6833c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-18.04
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -25,11 +25,11 @@ jobs:
|
||||||
elixir: 1.11.3
|
elixir: 1.11.3
|
||||||
otp: 22.2
|
otp: 22.2
|
||||||
- pair:
|
- pair:
|
||||||
elixir: 1.12.0
|
elixir: 1.12.3
|
||||||
otp: 23.2.5
|
otp: 23.2.5
|
||||||
- pair:
|
- pair:
|
||||||
elixir: 1.12.0
|
elixir: 1.12.3
|
||||||
otp: 24.0.1
|
otp: 24.1.3
|
||||||
lint: lint
|
lint: lint
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue