Skip to content

Commit 7776a20

Browse files
committed
3.13 のみにする
1 parent 9c90c5f commit 7776a20

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/e2e-test-apple-video-toolbox.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ env:
2323
jobs:
2424
e2e_test_apple_video_toolbox:
2525
strategy:
26-
fail-fast: false
26+
fail-fast: true
2727
matrix:
2828
python_version:
29-
- "3.11"
30-
- "3.12"
29+
# TODO: push 時には 3.13 でテストする、schedule 時には全部でテストする
30+
# - "3.11"
31+
# - "3.12"
3132
- "3.13"
3233
runs-on:
3334
group: Self

.github/workflows/e2e-test-vpl.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ env:
2525
jobs:
2626
e2e_test_vpl:
2727
strategy:
28-
fail-fast: false
28+
fail-fast: true
2929
matrix:
3030
python_version:
31-
- "3.11"
32-
- "3.12"
31+
# TODO: push 時には 3.13 でテストする、schedule 時には全部でテストする
32+
# - "3.11"
33+
# - "3.12"
3334
- "3.13"
3435
runs-on: [self-hosted, linux, x64, Intel-VPL]
3536
timeout-minutes: 15

0 commit comments

Comments
 (0)