diff options
| author | 2022-02-14 00:57:19 +0100 | |
|---|---|---|
| committer | 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: | |||
| 96 | name: libplist-latest_macOS | 96 | name: libplist-latest_macOS |
| 97 | path: libplist.tar | 97 | path: libplist.tar |
| 98 | build-windows: | 98 | build-windows: |
| 99 | runs-on: windows-latest | 99 | runs-on: windows-2019 |
| 100 | defaults: | 100 | defaults: |
| 101 | run: | 101 | run: |
| 102 | shell: msys2 {0} | 102 | shell: msys2 {0} |
