Skip to content

Commit

Permalink
[build] Disable macos-14 builder while fix is determined.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Apr 27, 2024
1 parent 04d2a9c commit ce45e5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- dist/**
- dvr_scan/**
- tests/**
branches:
- main
- develop
- 'releases/**'
tags:
- v*-release
workflow_dispatch:
Expand All @@ -26,7 +30,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-14, ubuntu-20.04, ubuntu-latest, windows-latest]
# TODO(v1.6.1): Add macos-14 builder.
os: [macos-13, ubuntu-20.04, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit ce45e5d

Please sign in to comment.