Skip to content

Commit

Permalink
Fix typo in Fortran workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed May 30, 2024
1 parent 2db314a commit 4d58dc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
toolchain: {compiler: gcc, version: 13}
toolchain:
- {compiler: gcc, version: 13}

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python_testing_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
matrix:
os: [macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
toolchain: {compiler: gcc, version: 13}
toolchain:
- {compiler: gcc, version: 13}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4d58dc7

Please sign in to comment.