mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
Pin Windows and Ubuntu versions for build VM (#3639)
This commit is contained in:
parent
a492a31e9c
commit
36cbf9f017
4
.github/workflows/AutoCreateRelease.yml
vendored
4
.github/workflows/AutoCreateRelease.yml
vendored
@ -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…
x
Reference in New Issue
Block a user