mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-09 16:18:20 +00:00
[github] workflow: use latest ubuntu for cross compile build
This commit is contained in:
parent
c5923b9b4d
commit
54066094bd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user