Skip to content

Commit 17c4ed8

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

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
- windows-latest
102103
steps:
@@ -106,6 +107,11 @@ jobs:
106107
-
107108
name: Expose GitHub Runtime
108109
uses: crazy-max/ghaction-github-runtime@v3
110+
-
111+
name: Install corepack
112+
if: startsWith(matrix.os, 'macos')
113+
run: |
114+
brew install corepack
109115
-
110116
# FIXME: Needs to setup node twice on Windows due to a bug with runner
111117
name: Setup Node

0 commit comments

Comments
 (0)