Skip to content

Commit 36cbf9f

Browse files
authored
Pin Windows and Ubuntu versions for build VM (#3639)
1 parent a492a31 commit 36cbf9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/AutoCreateRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
build_luac_cross_win:
1111

12-
runs-on: windows-latest
12+
runs-on: windows-2019
1313

1414
steps:
1515
- uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
3434
Create_Release:
3535
name: Create Release
3636
needs: build_luac_cross_win
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-20.04
3838

3939
steps:
4040
- name: Set release name

0 commit comments

Comments
 (0)