Skip to content

Commit

Permalink
CI: try macos-14-large (Intel)
Browse files Browse the repository at this point in the history
This might provide better (or worse) stability

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Sep 19, 2024
1 parent df5d2e6 commit 40b144b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
artifacts-darwin:
name: Artifacts Darwin
runs-on: macos-12
runs-on: macos-12 # The oldest available version
timeout-minutes: 20
steps:
- name: "Show xcode and SDK version"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
integration:
name: Integration tests
# on macOS 12, the default vmType is QEMU
runs-on: macos-12
runs-on: macos-12 # Do not upgrade until GitHub removes macos-12
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:

vmnet:
name: "VMNet test"
runs-on: macos-12
runs-on: macos-14-large
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:

upgrade:
name: "Upgrade test"
runs-on: macos-12
runs-on: macos-14-large
timeout-minutes: 120
strategy:
matrix:
Expand Down Expand Up @@ -400,8 +400,8 @@ jobs:

vz:
name: "vz"
# on macOS 13, the default vmType is VZ
runs-on: macos-13
# on macOS >= 13, the default vmType is VZ
runs-on: macos-14-large
timeout-minutes: 120
strategy:
fail-fast: false
Expand Down

0 comments on commit 40b144b

Please sign in to comment.