Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: migrate artifacts_folder to session fixture #223

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

mxschmitt
Copy link
Member

Fixes #222

@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macos-latest is now macos-14-arm64. setup-python does not support macos-arm64 yet.

@mxschmitt mxschmitt merged commit 74ade3e into main Apr 24, 2024
14 of 17 checks passed
@mxschmitt mxschmitt deleted the bugfix/migrate-artifacts_folder-to-fixture branch April 24, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move creation of artifacts_folder into a fixture
2 participants