Skip to content

Commit

Permalink
github actions: Upgrade test OS to 24.04
Browse files Browse the repository at this point in the history
20.04 has a problem where podman is not compatible with docker, causing
tests to fail
  • Loading branch information
JoshuaWatt committed Jul 24, 2024
1 parent dfc7501 commit d882e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2

Expand All @@ -33,7 +33,7 @@ jobs:
SHELLCHECK_OPTS: -s bash -e SC1090 -e SC2181

check:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- {image: ubuntu-22.04-oe, provider: podman, sh: bash}
- {image: ubuntu-22.04-oegarmin, provider: docker, sh: bash}

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

env:
USE_HELPER: "1"
Expand All @@ -92,7 +92,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.6.15

- name: Prepare build
run: ./ci/prepare.sh
Expand Down

0 comments on commit d882e64

Please sign in to comment.