diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2025-06-10 20:44:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-10 20:44:29 +0200 |
| commit | 63e335111ff91d8b99eb3b39f57aa0314022dfae (patch) | |
| tree | bab645052062ef241321e174793ccc15c5b47f99 /.github | |
| parent | cf982cc36be6852c5d0d8bb9f8458c18ab86b9b9 (diff) | |
Update ci.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff32b31..17eb970 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: windows: strategy: matrix: - os: [windows-2019, windows-latest] + os: [windows-latest] fail-fast: false runs-on: ${{ matrix.os }} timeout-minutes: 15 |