Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
48d7cf9d
Commit
48d7cf9d
authored
Feb 24, 2024
by
Gregor
Browse files
set windows and ubuntu versions of build VM to fixed version instead of latest
parent
f25dc56d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/AutoCreateRelease.yml
View file @
48d7cf9d
...
@@ -9,7 +9,7 @@ jobs:
...
@@ -9,7 +9,7 @@ jobs:
build_luac_cross_win
:
build_luac_cross_win
:
runs-on
:
windows-
latest
runs-on
:
windows-
2019
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
@@ -34,7 +34,7 @@ jobs:
...
@@ -34,7 +34,7 @@ jobs:
Create_Release
:
Create_Release
:
name
:
Create Release
name
:
Create Release
needs
:
build_luac_cross_win
needs
:
build_luac_cross_win
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
20.04
steps
:
steps
:
-
name
:
Set release name
-
name
:
Set release name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment