Skip to content

Commit 1edebea

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
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
@@ -114,6 +115,11 @@ jobs:
114115
uses: actions/setup-node@v4
115116
with:
116117
node-version: ${{ env.NODE_VERSION }}
118+
-
119+
name: Install corepack
120+
if: startsWith(matrix.os, 'macos')
121+
run: |
122+
brew install corepack
117123
-
118124
name: Enable corepack
119125
run: |

0 commit comments

Comments
 (0)