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 dacd1a0 commit a42c592Copy full SHA for a42c592
.github/workflows/test.yml
@@ -96,7 +96,8 @@ jobs:
96
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
97
os:
98
- ubuntu-latest
99
- #- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
+ - macos-15
100
+ - macos-14
101
- macos-13
102
- macos-12
103
- windows-latest
@@ -107,6 +108,11 @@ jobs:
107
108
-
109
name: Expose GitHub Runtime
110
uses: crazy-max/ghaction-github-runtime@v3
111
+ -
112
+ name: Install corepack
113
+ if: startsWith(matrix.os, 'macos')
114
+ run: |
115
+ brew install corepack
116
117
# FIXME: Needs to setup node twice on Windows due to a bug with runner
118
name: Setup Node
0 commit comments