Skip to content

Commit 8b097e9

Browse files
committed
ci: do not run test on 3.14t / windows11arm
1 parent 94242eb commit 8b097e9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# by the push to the branch.
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010

11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-slim
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
exclude:
1515
- os: windows-11-arm
1616
py: "3.10"
17+
- os: windows-11-arm
18+
py: "3.14t"
1719
runs-on: ${{ matrix.os }}
1820
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
1921

0 commit comments

Comments
 (0)