Skip to content

Commit

Permalink
#342: temporary cicd fix (set macos version to last macos version on …
Browse files Browse the repository at this point in the history
…amd64)
  • Loading branch information
nilskre committed Apr 24, 2024
1 parent e38bf3b commit 802f18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
python-version: ["3.10", "3.11", "3.12"]
neo4j-version: ["4.4-enterprise", "5.17.0-enterprise"]
exclude:
Expand Down

0 comments on commit 802f18f

Please sign in to comment.