diff options
author | alanminko <37236958+alanminko@users.noreply.github.com> | 2022-03-30 14:48:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 14:48:31 -0700 |
commit | 480aaa646499e217b177c515413c1130bc76575d (patch) | |
tree | e73a4d6e2c46634c2cc582c50b27963d4cb2a33c | |
parent | a24b15d03a87b897494330f0c11319abb129372d (diff) | |
parent | 4f2cd590bce70fd5b52b5c92819a54d9294571d3 (diff) | |
download | abc-480aaa646499e217b177c515413c1130bc76575d.tar.gz abc-480aaa646499e217b177c515413c1130bc76575d.tar.bz2 abc-480aaa646499e217b177c515413c1130bc76575d.zip |
Merge pull request #157 from sarnold/gh-windows-fix
fix windows CI => project file integration broken on windows-latest
-rw-r--r-- | .github/workflows/build-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 6312780d..21cd1b26 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -4,7 +4,7 @@ jobs: build-windows: - runs-on: windows-latest + runs-on: windows-2019 steps: |