Browse Source

Removed old targets from matrix

tags/v0.8.0
Martin Evans 2 years ago
parent
commit
ebeb6afc4e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/main.yml

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

@@ -12,7 +12,7 @@ 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


Loading…
Cancel
Save