Skip to content

Commit

Permalink
Correct Ubuntu version in release package matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Aug 20, 2023
1 parent 455f363 commit 546e77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
path: contrib/msys2/${{ env.MSYS2_PKG }}

pkg-ubuntu:
name: Build Ubuntu package
name: Package for Ubuntu
strategy:
matrix:
include:
- { os: ubuntu-20.04 }
- { os: ubuntu-20.04 }
- { os: ubuntu-22.04 }
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 546e77a

Please sign in to comment.