Skip to content

Commit

Permalink
github: Make explicit debian version too
Browse files Browse the repository at this point in the history
This uses ubuntu though, because they seem to work.
  • Loading branch information
cmouse committed Nov 5, 2024
1 parent 5e47597 commit 6592911
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ jobs:
build_ubuntu:
strategy:
matrix:
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
runs-on: ${{ matrix.os }}
include:
- os: ubuntu-24.04
image: ubuntu-24.04
- os: ubuntu-22.04
image: ubuntu-22.04
- os: ubuntu-20.04
image: ubuntu-20.04
- os: debian-11
image: ubuntu-20.04
- os: debian-12
image: ubuntu-22.04
runs-on: ${{ matrix.image }}
steps:
- name: Checkout imaptest
uses: actions/checkout@v4
Expand Down

0 comments on commit 6592911

Please sign in to comment.