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 1edebeaCopy full SHA for 1edebea
.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
@@ -114,6 +115,11 @@ jobs:
114
115
uses: actions/setup-node@v4
116
with:
117
node-version: ${{ env.NODE_VERSION }}
118
+ -
119
+ name: Install corepack
120
+ if: startsWith(matrix.os, 'macos')
121
+ run: |
122
+ brew install corepack
123
-
124
name: Enable corepack
125
run: |
0 commit comments