Skip to content

Commit

Permalink
Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed May 2, 2024
1 parent 281484e commit a709095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mcstas-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- { os: macos-12, CC: clang, CXX: clang++, python: "3.11" }
- { os: macos-13, CC: clang, CXX: clang++, python: "3.11" }
- { os: macos-14, CC: clang, CXX: clang++, python: "3.12" }
- { os: windows-latest, CC: gcc, CXX: g++, python: "3.11" }
- { os: windows-latest, CC: gcc, CXX: g++, python: "3.11" }

name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a709095

Please sign in to comment.