From 1edebeac7a55682fdb9942e6be1e63abcf849b09 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:37:03 +0200 Subject: [PATCH] test: macos-14 and macos-15 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ca0a512..58ff8f79 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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: |