Update .gitea/workflows/matrix.yml
Build Workflow / Build (push) Successful in 1m54s
Test Gitea Actions support Matrix? / build (12, ubuntu-latest) (push) Failing after 39s
Build Workflow / Deploy (push) Successful in 1m6s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 39s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 37s
Test Gitea Actions support Matrix? / build (12, windows-latest) (push) Has been cancelled
Test Gitea Actions support Matrix? / build (14, windows-latest) (push) Has been cancelled
Test Gitea Actions support Matrix? / build (16, windows-latest) (push) Has been cancelled

This commit is contained in:
2023-07-16 23:59:48 +02:00
parent 3d228364a9
commit b345fe6be0
+5 -1
View File
@@ -17,7 +17,11 @@ jobs:
# Like include it is also possible to exclude combinations. # Like include it is also possible to exclude combinations.
exclude: exclude:
- node-version: 12 - node-version: 12
- supported-os: windows-latest supported-os: windows-latest
- node-version: 14
supported-os: windows-latest
- node-version: 16
supported-os: windows-latest
# Uses the defined supported-os variable from above depending on which of the 6 builds the runner gets # Uses the defined supported-os variable from above depending on which of the 6 builds the runner gets
runs-on: ${{ matrix.supported-os }} runs-on: ${{ matrix.supported-os }}
steps: steps: