Skip to content

Commit

Permalink
Update ci.yml (#172)
Browse files Browse the repository at this point in the history
Summary:
Remove gcc/g++ version restrictions

Pull Request resolved: #172

Reviewed By: antonis-m

Differential Revision: D53133322

Pulled By: lnyng

fbshipit-source-id: db090e2698a873366f5c77e33cb2d8768750c2d1
  • Loading branch information
lnyng authored and facebook-github-bot committed Jan 26, 2024
1 parent a533eff commit 0f4847f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
include:
- cc: gcc-8
cxx: g++-8
- cc: gcc
cxx: g++
- cc: clang
cxx: clang++
env:
Expand All @@ -32,7 +32,7 @@ jobs:
libjsoncpp-dev
googletest
meson
g++-8
g++
- name: Checkout code
uses: actions/checkout@v2
- run: meson build/
Expand Down

0 comments on commit 0f4847f

Please sign in to comment.