Skip to content

Commit 5ce2ad4

Browse files
author
Triton Library
committed
Upgrade osx ci
1 parent 9f5b43e commit 5ce2ad4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/osx.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
build:
7-
# macos-13 = x86
8-
# macos-14 = arm (M1)
9-
runs-on: macos-14
7+
# macos-26 = arm64
8+
runs-on: macos-26
109
strategy:
1110
matrix:
1211
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

0 commit comments

Comments
 (0)