Skip to content

Commit

Permalink
feat(#631): fix podman - move to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen authored Feb 28, 2023
1 parent d3dc5b8 commit fd88e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ permissions:
jobs:
test-minikube:
name: Test with podman
runs-on: macos-12
runs-on: ubuntu
steps:
- uses: actions/checkout@v3
- name: Install CLI deps
run: |
brew install podman
sudo apt-get -y update && sudo apt-get -y install podman
- name: init podman vm
run: |
podman machine init
Expand Down

0 comments on commit fd88e03

Please sign in to comment.