Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/jalvesz/FSPARSE into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz committed Apr 20, 2024
2 parents 4fb4c84 + 44520e2 commit 2fd7ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- os: windows-latest
toolchain: {compiler: gcc, version: 13, flags: ['-cpp -O3 -march=native -mtune=native']}
- os: windows-latest
toolchain: {compiler: intel-classic, version: '2021.10', flags: ['-fpp -O3']}
toolchain: {compiler: intel-classic, version: '2021.10', flags: ["/fpp /O3"]}
- os: windows-latest
toolchain: {compiler: intel, version: '2024.1', flags: ['-fpp -O3']}
toolchain: {compiler: intel, version: '2024.1', flags: ["/fpp /O3"]}
- os: macos-latest
toolchain: {compiler: gcc, version: 13, flags: ['-cpp -O3 -march=native -mtune=native']}
- os: macos-latest
Expand Down

0 comments on commit 2fd7ea9

Please sign in to comment.