Skip to content

Commit

Permalink
set windows and ubuntu versions of build VM to fixed version instead …
Browse files Browse the repository at this point in the history
…of latest
  • Loading branch information
HHHartmann committed Feb 25, 2024
1 parent f25dc56 commit 48d7cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutoCreateRelease.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

build_luac_cross_win:

runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v2
Expand All @@ -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
Expand Down

0 comments on commit 48d7cf9

Please sign in to comment.