This commit is contained in:
Guillaume Nodet
2022-04-11 14:13:38 +02:00
parent 1254ad6f71
commit f8b665e41a
3 changed files with 9 additions and 9 deletions

View File

@@ -34,11 +34,11 @@ jobs:
os: [ ubuntu-18.04, macOS-10.15, windows-2019 ]
gu-binary: [gu, gu.cmd]
exclude:
- os: ubuntu-latest
- os: ubuntu-18.04
gu-binary: gu.cmd
- os: macos-latest
- os: macOS-10.15
gu-binary: gu.cmd
- os: windows-latest
- os: windows-2019
gu-binary: gu
runs-on: ${{ matrix.os }}