Skip to content

Commit a42c592

Browse files
committed
test: macos-14 and macos-15
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent dacd1a0 commit a42c592

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
9797
os:
9898
- ubuntu-latest
99-
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
99+
- macos-15
100+
- macos-14
100101
- macos-13
101102
- macos-12
102103
- windows-latest
@@ -107,6 +108,11 @@ jobs:
107108
-
108109
name: Expose GitHub Runtime
109110
uses: crazy-max/ghaction-github-runtime@v3
111+
-
112+
name: Install corepack
113+
if: startsWith(matrix.os, 'macos')
114+
run: |
115+
brew install corepack
110116
-
111117
# FIXME: Needs to setup node twice on Windows due to a bug with runner
112118
name: Setup Node

0 commit comments

Comments
 (0)