Skip to content

Commit

Permalink
use clang7 for pythran
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Aug 20, 2023
1 parent 74c41cc commit 4d486f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
cpp-version: [g++-8, clang-6.0]
cpp-version: [g++-8, clang-7]
python_version:
- [pypy-3.10-nightly, pypy10]
- [pypy-3.9-nightly, pypy39]
Expand Down

0 comments on commit 4d486f5

Please sign in to comment.