We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc04de2 commit 806a750Copy full SHA for 806a750
.github/workflows/release.yml
@@ -14,7 +14,7 @@ on:
14
- 'master'
15
jobs:
16
release:
17
- runs-on: macos-11
+ runs-on: macos-12
18
timeout-minutes: 20
19
steps:
20
- uses: actions/checkout@v4
.github/workflows/test.yml
@@ -12,8 +12,10 @@ jobs:
12
name: Integration tests
13
strategy:
matrix:
- # macos-13-xl is used as macos-13 seems too flaky
- platform: [macos-11, macos-12, macos-13-xl]
+ # macos-13-large is used as macos-13 seems too flaky.
+ # macos-14 (ARM) cannot be used for the most part of the job
+ # due to the lack of the support for nested virt.
+ platform: [macos-12, macos-13-large]
runs-on: ${{ matrix.platform }}
timeout-minutes: 40
21
0 commit comments