Skip to content

Commit 8612697

Browse files
committed
feat: run only on macos-15
1 parent 8be099c commit 8612697

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test-sjust.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ on:
99

1010
jobs:
1111
test-sjust:
12-
runs-on: ${{ matrix.os }}
13-
strategy:
14-
matrix:
15-
os: [macos-15, macos-latest]
16-
fail-fast: false
12+
runs-on: macos-15
1713
env:
1814
TERM: xterm-256color
1915
SHELL: /bin/zsh

0 commit comments

Comments
 (0)