Skip to content

Commit

Permalink
ci: Add ubuntu 20.04 target
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 20, 2023
1 parent 26a9b4e commit 889384c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/central.yml
Expand Up @@ -61,7 +61,10 @@ jobs:
path: |
installer/intiface-central-installer.exe
linux:
runs-on: ubuntu-latest
strategy:
matrix:
os: ["ubuntu-latest", "ubuntu-20.04"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: rust toolchain
Expand Down

0 comments on commit 889384c

Please sign in to comment.