Skip to content

Commit

Permalink
Use Ubuntu 20.04 for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed Feb 28, 2023
1 parent ce6dd1a commit 4c2c028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build: [linux, macos-aarch64, macos-x86_64, windows]
include:
- build: linux
os: ubuntu-latest
os: ubuntu-20.04
features: default
mkcmd: ./tools/mkdeb.sh
- build: macos-aarch64
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

format_check:
name: Rust lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
mkrelease:
name: Create Release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
build: [linux, macos-aarch64, macos-x86_64, windows]
include:
- build: linux
os: ubuntu-latest
os: ubuntu-20.04
mkcmd: ./tools/mkdeb.sh
- build: macos-aarch64
os: macos-latest
Expand Down

0 comments on commit 4c2c028

Please sign in to comment.