diff options
author | Nikias Bassen | 2022-02-14 00:57:19 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-02-14 00:57:19 +0100 |
commit | 38759317cbda07288f48268cf0c1bebaf54ef869 (patch) | |
tree | d01459357a09d19a19cefaf665a42339fbd4cfaf | |
parent | 7d2cdc6f378f1d6d5631b7739398dd50bea62663 (diff) | |
download | libplist-38759317cbda07288f48268cf0c1bebaf54ef869.tar.gz libplist-38759317cbda07288f48268cf0c1bebaf54ef869.tar.bz2 |
[github-actions] Use windows-2019 instead of windows-latest for now
Built is failing because of some python mess
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d5f711..5108034 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: name: libplist-latest_macOS path: libplist.tar build-windows: - runs-on: windows-latest + runs-on: windows-2019 defaults: run: shell: msys2 {0} |