From 552a0f0cd976308a335d321a6e6d8c15bcd93322 Mon Sep 17 00:00:00 2001 From: Valentin Heiserer Date: Tue, 18 Nov 2025 23:20:13 +0100 Subject: [PATCH] .github/workflows/ci.yml aktualisiert --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b31b4ad..d5c2a4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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