Skip to content

Commit

Permalink
Merge pull request #94 from shiguredo/feature/github-actions-macos-15
Browse files Browse the repository at this point in the history
macos-15 追加
  • Loading branch information
voluntas authored Oct 3, 2024
2 parents c636796 + 59307ce commit a8d26b7
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 a8d26b7

Please sign in to comment.