Skip to content

Commit

Permalink
CI - remove ubuntu-18.04 from a test matrix (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
atercattus committed Apr 5, 2023
1 parent 136935a commit 6cff231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
go: [ 1.19, 1.18, 1.17, 1.16 ]
os: [ ubuntu-18.04, ubuntu-20.04 ]
os: [ ubuntu-20.04 ]
name: Tests Go ${{ matrix.go }} # This name is used in main branch protection rules
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6cff231

Please sign in to comment.