Skip to content

Commit

Permalink
ci.yml: skip macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 10, 2024
1 parent 568c769 commit 848ee44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners
os: [ ubuntu-24.04, macos-13, macos-14, windows-2022 ]
# os: [ ubuntu-24.04, macos-13, macos-14, windows-2022 ]
os: [ ubuntu-24.04, macos-13, windows-2022 ]
node-version: [ 18, 20, 22 ]

steps:
Expand Down

0 comments on commit 848ee44

Please sign in to comment.