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
commit aece826a8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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:
-