Skip to content

Commit

Permalink
[CPP-255]Switch Linux version in CI to support u18+. (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-michaelburke authored Jun 29, 2021
1 parent bcf66e5 commit ea967be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-18.04
- macos-10.15
- windows-2019

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

name: Code Quality Checks

runs-on: ubuntu-20.04
runs-on: ubuntu-18.04

steps:

Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-18.04
- macos-10.15
- windows-2019

Expand Down

0 comments on commit ea967be

Please sign in to comment.