mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-23 03:16:09 +08:00
test: macos-14 and macos-15
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
db6372e84f
commit
4a5ff141f6
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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
|
||||
- windows-latest
|
||||
steps:
|
||||
@ -106,6 +107,11 @@ jobs:
|
||||
-
|
||||
name: Expose GitHub Runtime
|
||||
uses: crazy-max/ghaction-github-runtime@v3
|
||||
-
|
||||
name: Install corepack
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
run: |
|
||||
brew install corepack
|
||||
-
|
||||
# FIXME: Needs to setup node twice on Windows due to a bug with runner
|
||||
name: Setup Node
|
||||
|
Loading…
Reference in New Issue
Block a user