[github] workflow: use latest ubuntu for cross compile build

This commit is contained in:
Geoffrey McRae 2023-10-22 19:55:48 +11:00
parent c5923b9b4d
commit 54066094bd

View File

@ -97,7 +97,7 @@ jobs:
make -j$(nproc) make -j$(nproc)
host-windows-cross: host-windows-cross:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: