Skip to content

Commit

Permalink
test: macos-14 and macos-15
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Sep 27, 2024
1 parent dacd1a0 commit 1edebea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
os:
- ubuntu-latest
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
- macos-15
- macos-14
- macos-13
- macos-12
- windows-latest
Expand All @@ -114,6 +115,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
-
name: Install corepack
if: startsWith(matrix.os, 'macos')
run: |
brew install corepack
-
name: Enable corepack
run: |
Expand Down

0 comments on commit 1edebea

Please sign in to comment.