Unverified Commit 36cbf9f0 authored by Gregor Hartmann's avatar Gregor Hartmann Committed by GitHub
Browse files

Pin Windows and Ubuntu versions for build VM (#3639)

parent a492a31e
...@@ -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
......
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