Browse Source
Merge pull request #254 from martindevans/reduced_CI_targets
Removed Old Targets From CI matrix
tags/v0.8.0
Martin Evans
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/main.yml
|
|
|
@@ -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 |
|
|
|
|