Pin Windows and Ubuntu versions for build VM (#3639)
This commit is contained in:
parent
a492a31e9c
commit
36cbf9f017
|
@ -9,7 +9,7 @@ jobs:
|
|||
|
||||
build_luac_cross_win:
|
||||
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
Create_Release:
|
||||
name: Create Release
|
||||
needs: build_luac_cross_win
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- name: Set release name
|
||||
|
|
Loading…
Reference in New Issue