Skip to content

Commit

Permalink
Use ubuntu-20 when building for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Jul 13, 2023
1 parent 33677eb commit 5864f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

build-linux:
name: Build on Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [release-please]
if: ${{ needs.release-please.outputs.tag-name }}
steps:
Expand Down

0 comments on commit 5864f3b

Please sign in to comment.