Start work on updating windows binaries

This commit is contained in:
Kovid Goyal 2023-10-08 20:52:34 +05:30
parent 64328e74cc
commit 38ae4df969
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-2019] os: [ubuntu-latest, macos-latest, windows-2022]
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -308,8 +308,8 @@
}, },
"windows": { "windows": {
"filename": "libiconv-for-Windows-1.16.zip", "filename": "libiconv-for-Windows-1.16.zip",
"hash": "sha256:d542e635cad954a62a2b451b5644e855b848398917e93adf46d8da4c9cc88b6d", "hash": "sha256:61b4445e67a3855945f88908c3c86801ef328feac15ef558b7e471269eca49fb",
"urls": ["https://github.com/pffang/libiconv-for-Windows/archive/v1.16.zip"] "urls": ["https://github.com/pffang/libiconv-for-Windows/archive/1353455a6c4e15c9db6865fd9c2bf7203b59c0ec.zip"]
} }
}, },