Skip to content

Commit

Permalink
Try to get unstuck by removing macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Apr 1, 2024
1 parent 8bb3913 commit 2ed0ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
check-install:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2ed0ca8

Please sign in to comment.