Skip to content

Commit

Permalink
Skip macOS runner builds that need to do lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
jgustie committed Oct 7, 2022
1 parent 028faf8 commit bc95259
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
- 'v0.3.20'
- '0.3.20'
- '0.3'
# Skip macOS builds that would require GitHub API access
exclude:
- os: macos-latest
version: 'latest'
- os: macos-latest
version: '0.3'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit bc95259

Please sign in to comment.