From 5fba0d037421912365d83923c334521e9633d924 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:11:50 +0100 Subject: [PATCH] ci: disable tests on macos-13 runner Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a04b54d..b975fcf9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }} os: - ubuntu-latest - - macos-13 + #- macos-13 # https://github.com/docker/actions-toolkit/issues/279 - macos-latest - windows-latest steps: