Skip to content

Commit

Permalink
Run release workflow on ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoRiether committed Oct 10, 2023
1 parent e924b6b commit baedff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
output: target/x86_64-unknown-linux-gnu/release/fpgrars
finalOutput: target/x86_64-unknown-linux-gnu/release/fpgrars-x86_64-unknown-linux-gnu
finalOutputExt: ""
os: ubuntu-latest
os: ubuntu-20.04
- target: x86_64-apple-darwin
output: target/x86_64-apple-darwin/release/fpgrars
finalOutput: target/x86_64-apple-darwin/release/fpgrars-x86_64-apple-darwin
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install ALSA (for MIDI support)
if: matrix.case.os == 'ubuntu-latest'
if: matrix.case.os == 'ubuntu-20.04'
run: sudo apt-get install libasound2-dev
- name: Build
uses: houseabsolute/actions-rust-cross@v0
Expand Down

0 comments on commit baedff2

Please sign in to comment.