aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e7868f5..8ca056e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -33,12 +33,8 @@ jobs:
wayland: true
- platform: "windows-latest"
name: "Windows"
- pr_only: true
- platform: "macos-14"
name: "macOS"
- pr_only: true
- # Exclude PR-only platforms on push events
- if: (!matrix.pr_only || github.event_name == 'pull_request')
steps:
- uses: actions/checkout@v4