Skip to content

Commit

Permalink
art: better way to disable MacOS VM
Browse files Browse the repository at this point in the history
`if: false` still lead to empty jobs on push which apparently are not
marked as skipped since the failure report bot picked them up.
  • Loading branch information
TheOneric committed Jan 9, 2024
1 parent 94d9088 commit 99f00db
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ on:

jobs:
ART-VM:
# Lately (end 2023, early 2024) MacOS VM jobs are extremly unreliable; disable for the time being
if: false
# Currently only MacOS 12 runners can do virtualisation
runs-on: macos-12
# Bot-friendly names
Expand Down

0 comments on commit 99f00db

Please sign in to comment.