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

This commit is contained in:
Gregor Hartmann 2024-02-25 09:04:43 +01:00 committed by GitHub
parent a492a31e9c
commit 36cbf9f017
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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:
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