Skip to content

Commit

Permalink
Bump to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Dec 16, 2024
1 parent feaafe8 commit 254f184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
format:
name: Format
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

Expand All @@ -24,7 +24,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

services:
postgres:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

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

0 comments on commit 254f184

Please sign in to comment.