Skip to content

Commit

Permalink
Fix build vm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Aug 11, 2024
1 parent bc4f64d commit 99140b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
prerelease: false

build-engine:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- build-engine
- create-release

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- build-engine
- create-release

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down

0 comments on commit 99140b2

Please sign in to comment.