Skip to content

Commit

Permalink
deprecate ubuntu-18.04 from CI testing (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Sep 20, 2023
1 parent 4e6bb70 commit 69ad02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-msr-safe:
strategy:
matrix:
env: [ ubuntu-latest, ubuntu-20.04, ubuntu-18.04 ]
env: [ ubuntu-latest, ubuntu-20.04 ]

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

Expand Down

0 comments on commit 69ad02f

Please sign in to comment.