aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-13 07:07:22 +0000
committerSaturneric <[email protected]>2022-02-13 07:07:22 +0000
commit058d0e2fece0b03f9be1229df810b5aacb92c16a (patch)
tree7534fcb429de2ab348bb8c9dcaa2cfc893192e6d
parent<feat, refactor>(src): Cancel the operation of the file through the right-cli... (diff)
downloadGpgFrontend-058d0e2fece0b03f9be1229df810b5aacb92c16a.tar.gz
GpgFrontend-058d0e2fece0b03f9be1229df810b5aacb92c16a.zip
<fix>(ci): Minor bug in modifying OS labels in ci files
-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: