diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index f64bcf9b..7f8e2f8d 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -3,14 +3,14 @@ name: Build and test on macos on: push: branches: - - master + - main - "release/v[0-9].[0-9].[0-9]" pull_request: types: - opened # triggers build when opened - synchronize # triggers build when commits are pushed to HEAD branches: - - master + - main - "release/v[0-9].[0-9].[0-9]" - "feature/**" # Manual trigger @@ -23,8 +23,8 @@ jobs: fail-fast: false matrix: platform: - #- ubuntu-latest - macos-latest + - macos-13-xlarge build_type: - Release #- Debug @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: "3.10" # Step: Install Python dependencies - name: Install Python dependencies