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 035b844
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 @@ -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 Down

0 comments on commit 035b844

Please sign in to comment.