Skip to content

Commit

Permalink
Merge pull request lima-vm#63 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
CI: add macos-15-large
  • Loading branch information
jandubois authored Nov 25, 2024
2 parents 20c338d + 670aced commit d929ac7
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,24 @@ permissions:
contents: read

jobs:
integration:
name: Integration tests
build:
name: Build
strategy:
fail-fast: false
matrix:
# macos-13-large is used as macos-13 seems too flaky.
# macos-14 (ARM) and later cannot be used for the most part of the job
# due to the lack of the support for nested virt.
#
# TODO: add macos-15-large https://github.com/lima-vm/socket_vmnet/pull/63
platform: [macos-13-large, macos-14-large]
platform: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.platform }}
timeout-minutes: 10
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 1
- name: Build
run: make
integration:
name: Integration tests
# Only a single version of macOS is used for running integration tests, due to the flakiness of the CI.
runs-on: macos-15-large # Intel (supports nested virtualization)
timeout-minutes: 40
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down

0 comments on commit d929ac7

Please sign in to comment.