Skip to content

Commit

Permalink
Support specific Ubuntu version; drop missing debian-latest #2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Dec 31, 2023
1 parent 5990449 commit b36cfb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
core:
strategy:
matrix:
os: [ubuntu-latest, debian-latest, macos-latest]
shared: [true, false]
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b36cfb1

Please sign in to comment.