Skip to content

Commit 903dfd4

Browse files
authored
github: Disable "check" workflows on macOS (#1300)
github: Disable check workflows on macOS
1 parent f788c37 commit 903dfd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_nimg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
oldest-python-version: '3.10'
1212
strategy:
1313
matrix:
14-
os: [windows-latest, ubuntu-latest, macos-latest]
14+
os: [windows-latest, ubuntu-latest]
1515
python-version: ['3.10', 3.14]
1616
runs-on: ${{ matrix.os }}
1717
defaults:

.github/workflows/check_nims.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
oldest-python-version: '3.10'
1212
strategy:
1313
matrix:
14-
os: [windows-latest, ubuntu-latest, macos-latest]
14+
os: [windows-latest, ubuntu-latest]
1515
python-version: ['3.10', 3.14]
1616
runs-on: ${{ matrix.os }}
1717
defaults:

0 commit comments

Comments
 (0)