Skip to content

Commit

Permalink
[ci/macos] Fixing file name type and only doing g++-12 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesETsmith committed Oct 1, 2024
1 parent 1339dd2 commit d6c7510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-14] # macos-14 is arm64, macos-13 is x86_64
compiler: [g++-12, g++-13]
compiler: [g++-12]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<table>
<tr>
<td>Status</td>
<td><a href="https://github.com/qognitive/fast-pauli/actions/workflows/all_push.yml"><img src="https://github.com/qognitive/fast-pauli/actions/workflows/all_push.yml/badge.svg" alt="Build Status"></a>
<td><a href="https://github.com/qognitive/fast-pauli/actions/workflows/all_push.yml"><img src="https://github.com/qognitive/fast-pauli/actions/workflows/all_push.yml/badge.svg" alt="Linux Build Status"></a>
<a href="https://github.com/qognitive/fast-pauli/actions/workflows/all_push_macos.yml"><img src="https://github.com/qognitive/fast-pauli/actions/workflows/all_push_macos.yml/badge.svg" alt="MacOS Build Status"></a>
<a href="https://github.com/qognitive/fast-pauli/actions/workflows/pre-commit.yml"><img src="https://github.com/qognitive/fast-pauli/actions/workflows/pre-commit.yml/badge.svg" alt="Linting"></a>
</td>
</tr>
Expand All @@ -28,6 +29,7 @@
</table>



---
## Installation

Expand Down

0 comments on commit d6c7510

Please sign in to comment.