Skip to content

Commit 414a8b7

Browse files
committed
Bump CI runner from retired ubuntu-20.04 to ubuntu-22.04
1 parent 3981d12 commit 414a8b7

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-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v3
1111

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

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

2929
services:
3030
postgres:
@@ -88,7 +88,7 @@ jobs:
8888

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

0 commit comments

Comments
 (0)