try and fix empty host error

This commit is contained in:
einliterflasche 2025-08-29 11:37:03 +02:00
parent d10a7eb337
commit a8bc637fe3
No known key found for this signature in database
GPG key ID: 90676A9B07184BC9

View file

@ -31,11 +31,14 @@ jobs:
# build for arm macos on arm macos
- target: aarch64-apple-darwin
host: macos-latest
archive_extension: tar
# build for intel macos on intel macos
- target: x86_64-apple-darwin
host: macos-13
archive_extension: tar
# use .zip for windows
- target: x86_64-pc-windows-gnu
host: ubuntu-22.04
archive_extension: zip
runs-on: ${{ matrix.host }}