Skip to content

Commit

Permalink
Update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-todd-lunter committed Jul 8, 2024
1 parent 0f6be13 commit ad50232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
docker-rspec:
runs-on:
- ubuntu-18.04
- ubuntu-latest
strategy:
matrix:
ruby:
Expand All @@ -20,9 +20,8 @@ jobs:
- 2.5
- 2.4
docker_version:
- ':20.'
- ':19.'
- ':18.'
- ':26.'
- ':27.'
fail-fast: true
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion script/install_podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex

curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -

echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/ /" > /etc/apt/sources.list.d/podman.list
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/podman.list

apt-get update

Expand Down

0 comments on commit ad50232

Please sign in to comment.