Skip to content

Commit

Permalink
chore: update macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 19, 2024
1 parent 86958c2 commit 7eaac21
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/e2e-ios-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
e2e-test:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -23,8 +23,13 @@ jobs:
- name: Set up Podman and pull images in background
run: |
brew install podman podman-compose
podman machine init
# Remove any existing machine and create new one
podman machine rm -f podman-machine-default || true
podman machine init --cpus 4 --memory 4104 --disk-size 60 --vm-type=vz --mount-type=virtiofs
podman machine start
# Verify machine status
podman machine ls
podman version
# Set DOCKER_HOST environment variable
Expand Down

0 comments on commit 7eaac21

Please sign in to comment.