Skip to content

Commit 9da7285

Browse files
chore: Bump label-studio
Add macos-26
1 parent 48a8c39 commit 9da7285

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
matrix:
1313
os:
1414
- "macos-13" # Intel x64
15-
- "macos-14" # Apple M1
15+
- "macos-15" # Apple M1
16+
- "macos-26" # Apple M1
1617
runs-on: ${{ matrix.os }}
1718
steps:
1819
- name: Set up Homebrew

Formula/label-studio.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class LabelStudio < Formula
33

44
desc "Multi-type data labeling and annotation tool with standardized output format"
55
homepage "https://labelstud.io"
6-
url "https://files.pythonhosted.org/packages/0a/33/da1e47b711d19ea4dab3bc04a0ddae336cd620d6e02fa73a9684f95ce5c3/label_studio-1.19.0.tar.gz"
7-
sha256 "207eb2e655d976e426697cd11d52cf135e73fa1c17fbf3f6d274ecabba2f2047"
6+
url "https://files.pythonhosted.org/packages/2e/76/c1af17a8150009548b8faf3fb003bdd2cf9e72e13b34e65a9cb89d64e98e/label_studio-1.20.0.tar.gz"
7+
sha256 "d199572229200ab1ba0fa795611b73654956f27552fd1553ea325d05d9371bef"
88
license "Apache-2.0"
99

1010
bottle do

0 commit comments

Comments
 (0)