Skip to content

Commit

Permalink
Merge pull request #43 from mattip/pythran-clang7
Browse files Browse the repository at this point in the history
use clang7 for pythran
  • Loading branch information
mattip authored Aug 20, 2023
2 parents 74c41cc + 4d486f5 commit 13cfde7
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 13cfde7

Please sign in to comment.