aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/debug.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index 1b6b2f53..a81963b2 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -31,7 +31,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- if: matrix.os == 'windows-2019' || matrix.os == 'macos-10.15'
+ if: matrix.os == 'windows-latest' || matrix.os == 'macos-10.15'
- uses: actions/checkout@v2
with: