Skip to content

Commit

Permalink
ci: remove ubuntu 18 from test matrix (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Apr 25, 2023
1 parent 9ba80a3 commit 8e951eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, macos-12, macos-11, windows-2022, windows-2019]
os: [ubuntu-22.04, ubuntu-20.04, macos-12, macos-11, windows-2022, windows-2019]
compiler: [gcc]
version: [12, 11, 10, 9, 8, 7, 6, 5]
steps:

0 comments on commit 8e951eb

Please sign in to comment.