.github/workflows/ci.yml aktualisiert
Some checks failed
CI / Build and test (windows-latest) (push) Failing after 9h1m16s
CI / Build and test (windows-latest) (pull_request) Failing after 9h0m24s
CI / Build and test (ubuntu-latest) (pull_request) Successful in 1m40s
CI / Build and test (ubuntu-latest) (push) Successful in 1m47s
CI / Build and test (Windows) (push) Has been cancelled
CI / Build and test (Windows) (pull_request) Has been cancelled

This commit is contained in:
2025-11-18 23:20:13 +01:00
parent 942fe52df4
commit 552a0f0cd9

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, Windows]
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v4