Skip to content

Commit

Permalink
Merge pull request #299 from UNFmontreal/fix_github_actions
Browse files Browse the repository at this point in the history
[BF] Replace macos-latest with macos-13
arnaudbore authored May 31, 2024
2 parents b673513 + 3641bb2 commit 4c0532d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@ jobs:
matrix:
# https://help.github.com/articles/virtual-environments-for-github-actions
platform:
- ubuntu-latest # ubuntu-18.04
- macos-latest # macOS-10.14
- windows-latest # windows-2019
- ubuntu-latest # ubuntu-22.04
- macos-13 # macOS-13 -
- windows-latest # windows-2022
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:

0 comments on commit 4c0532d

Please sign in to comment.