Skip to content

Commit 254f184

Browse files
committed
Bump to ubuntu-20.04
1 parent feaafe8 commit 254f184

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
format:
77
name: Format
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v3
1111

@@ -24,7 +24,7 @@ jobs:
2424

2525
test:
2626
name: Test
27-
runs-on: ubuntu-18.04
27+
runs-on: ubuntu-20.04
2828

2929
services:
3030
postgres:
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Install OTP and Elixir for hexpm
8989
run: |
90-
wget https://builds.hex.pm/builds/otp/ubuntu-18.04/${HEXPM_OTP}.tar.gz
90+
wget https://builds.hex.pm/builds/otp/ubuntu-20.04/${HEXPM_OTP}.tar.gz
9191
mkdir -p ${HEXPM_OTP_PATH}
9292
tar -xf ${HEXPM_OTP}.tar.gz -C ${HEXPM_OTP_PATH} --strip-components=1
9393
${HEXPM_OTP_PATH}/Install -minimal $(pwd)/${HEXPM_OTP_PATH}

0 commit comments

Comments
 (0)