Fix macOS runner (use macos-15-large for Intel)

This commit is contained in:
Adam Ladachowski
2026-02-03 21:28:41 +01:00
parent cf4c58db62
commit 3117534cb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- os: macos-latest - os: macos-latest
arch: arm64 arch: arm64
artifact: tsr-macos-arm64 artifact: tsr-macos-arm64
- os: macos-13 - os: macos-15-large
arch: x64 arch: x64
artifact: tsr-macos-x64 artifact: tsr-macos-x64
- os: windows-latest - os: windows-latest
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "tensors" name = "tensors"
version = "0.1.2" version = "0.1.3"
description = "Read safetensor metadata and fetch CivitAI model information" description = "Read safetensor metadata and fetch CivitAI model information"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"