Skip to content

Commit

Permalink
Merge pull request SciSharp#254 from martindevans/reduced_CI_targets
Browse files Browse the repository at this point in the history
Removed Old Targets From CI matrix
  • Loading branch information
martindevans authored Nov 5, 2023
2 parents 6a01d9f + ebeb6af commit dc2e6bb
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 @@ -12,11 +12,11 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [linux-debug, linux-release, windows-debug, windows-release]
build: [linux-release, windows-release]
include:
- build: linux-release
os: ubuntu-latest
config: release
config: release
# - build: macos-release
# os: macos-latest
# config: release
Expand Down

0 comments on commit dc2e6bb

Please sign in to comment.