Skip to content

Commit f5137fb

Browse files
committed
Depend on macOS instead of Linux job because it's faster on average
1 parent bd3b945 commit f5137fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
publish_artifacts:
7171
name: Publish Snapshot Artifacts
72-
needs: Linux
72+
needs: macOS
7373
runs-on: ubuntu-latest
7474
permissions:
7575
attestations: write # required for build provenance attestation
@@ -100,7 +100,7 @@ jobs:
100100
concurrency:
101101
group: github-pages-${{ github.ref }}
102102
cancel-in-progress: true
103-
needs: Linux
103+
needs: macOS
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: Check out repository

0 commit comments

Comments
 (0)