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
parent
commit
dc2e6bbdd5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/main.yml

+ 2
- 2
.github/workflows/main.yml View File

@@ -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


Loading…
Cancel
Save