Removed old targets from matrix

This commit is contained in:
Martin Evans 2023-11-05 20:10:47 +00:00
parent 8762175bc8
commit ebeb6afc4e
1 changed files with 1 additions and 1 deletions

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