Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Yihan Wang authored and Yihan Wang committed Oct 3, 2023
2 parents e5206ae + 7d1de08 commit 078f5af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push]

env:
BUILD_TYPE: Release
CC: gcc-10
CXX: g++-10
CC: gcc
CXX: g++
CODECOV_TOKEN: "60aa14e6-ecdc-43af-97ed-e98698f3f447"

jobs:
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 078f5af

Please sign in to comment.