Skip to content

Commit

Permalink
ci: exclude remove (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Sep 10, 2024
1 parent fe14588 commit 2be7e4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
strategy:
fail-fast: false
matrix:
main: "${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}"
include:
- {
name: "Linux",
Expand All @@ -120,9 +119,6 @@ jobs:
target: x86_64-pc-windows-msvc,
os: 16core_windows_latest_runner,
}
exclude:
- target: "x86_64-apple-darwin"
main: false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2be7e4f

Please sign in to comment.