Skip to content

Commit

Permalink
Use standard runner for lima integration test
Browse files Browse the repository at this point in the history
Testing with vfkit shows that standard runner is stable for running
small vm, so it should work for lima. Lets try to use standard Intel
runner to avoid unnecessary cost.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Jan 19, 2025
1 parent 70f92ab commit b03586f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lima.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
platform:
- macos-15-large # Intel
- macos-13 # Intel
runs-on: ${{ matrix.platform }}
# Typically takes 8 minutes. If a step get stuck for many mintues it is
# unlikely to succeed.
Expand Down Expand Up @@ -48,10 +48,6 @@ jobs:
make ARCH=arm64
sudo make PREFIX=/opt/socket_vmnet.arm64 install.bin install.doc
if file /opt/socket_vmnet.arm64/bin/* | grep -q x86_64 ; then false ; fi
- name: Update brew (macos-15-large)
if: matrix.platform == 'macos-15-large'
# Without this we get lima 0.23.2 instead of latest release.
run: brew update
- name: Install Lima
run: |
brew install lima
Expand Down

0 comments on commit b03586f

Please sign in to comment.