Skip to content

Commit

Permalink
Depend on macOS instead of Linux job because it's faster on average
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Dec 31, 2024
1 parent bd3b945 commit f5137fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

publish_artifacts:
name: Publish Snapshot Artifacts
needs: Linux
needs: macOS
runs-on: ubuntu-latest
permissions:
attestations: write # required for build provenance attestation
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
concurrency:
group: github-pages-${{ github.ref }}
cancel-in-progress: true
needs: Linux
needs: macOS
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down

0 comments on commit f5137fb

Please sign in to comment.