Skip to content

Commit

Permalink
[e2e] macos-15 追加してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 3, 2024
1 parent c636796 commit 59307ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
python_version: ["3.10", "3.11", "3.12"]
# macos-13 は test_macos.py が上手くテストが動かないのでスキップ
os: ["macos-14"]
os: ["macos-14", "macos-15"]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
if: >-
Expand Down

0 comments on commit 59307ce

Please sign in to comment.