mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-26 22:26:08 +08:00
Merge pull request #318 from crazy-max/ci-pin-macos
ci(test): pin to macos-13 for docker install
This commit is contained in:
commit
aece826a8c
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -90,8 +90,9 @@ jobs:
|
|||||||
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
|
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
#- macos-13 # https://github.com/docker/actions-toolkit/issues/279
|
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
|
||||||
- macos-latest
|
- macos-13
|
||||||
|
- macos-12
|
||||||
- windows-latest
|
- windows-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user