Skip to content

Commit

Permalink
chore: pin macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed May 18, 2024
1 parent 4882f75 commit c1725dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
macos:
runs-on: macos-latest
runs-on: macos-12
strategy:
matrix:
python-version: [ "3.11" ]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rustberry"
version = "0.0.9"
version = "0.0.10"
description = "High-performance Rust-based GraphQL Tooling for Python"
authors = ["Erik Wrede <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c1725dd

Please sign in to comment.