Skip to content

Commit

Permalink
remove deprecated Ubuntu 18.04 from build matrix (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jul 28, 2023
1 parent 8c7bb7e commit b39d4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-matrix:
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04 ]
os: [ ubuntu-20.04 ]
option: [ minimal, default, maximal ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b39d4c0

Please sign in to comment.