Merge pull request #318 from crazy-max/ci-pin-macos

ci(test): pin to macos-13 for docker install
This commit is contained in:
CrazyMax
2024-04-25 10:20:33 +02:00
committed by GitHub

View File

@@ -90,8 +90,9 @@ jobs:
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
os:
- ubuntu-latest
#- macos-13 # https://github.com/docker/actions-toolkit/issues/279
- macos-latest
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
- macos-13
- macos-12
- windows-latest
steps:
-