Commit 48d7cf9d authored by Gregor's avatar Gregor
Browse files

set windows and ubuntu versions of build VM to fixed version instead of latest

parent f25dc56d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment