diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2025-06-17 20:16:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-17 20:16:39 +0200 |
| commit | 5caff349cf9dad7c697eb49250ac4c1e75e259fb (patch) | |
| tree | 3850f3280e4f2a047ab8208240f2ee0d4c060869 /.github/workflows | |
| parent | bd8815fef965241436943230159b3fb703ef59d0 (diff) | |
Update nightly.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 21bc414..ab29a68 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -97,7 +97,7 @@ jobs: dist-x86_64-pc-windows-msvc: timeout-minutes: 30 - runs-on: windows-2019 + runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Download Odin |