mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 03:07:55 +00:00
[github] workflow: use latest ubuntu for cross compile build
This commit is contained in:
parent
c5923b9b4d
commit
54066094bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
make -j$(nproc)
|
||||
|
||||
host-windows-cross:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue