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 825a343 commit 17c4ed8Copy full SHA for 17c4ed8
.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
- windows-latest
103
steps:
@@ -106,6 +107,11 @@ jobs:
106
107
-
108
name: Expose GitHub Runtime
109
uses: crazy-max/ghaction-github-runtime@v3
110
+ -
111
+ name: Install corepack
112
+ if: startsWith(matrix.os, 'macos')
113
+ run: |
114
+ brew install corepack
115
116
# FIXME: Needs to setup node twice on Windows due to a bug with runner
117
name: Setup Node
0 commit comments