Skip to content

Commit

Permalink
ci: disable tests on macos-13 runner
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Mar 13, 2024
1 parent d0e4929 commit 5fba0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5fba0d0

Please sign in to comment.