Skip to content

Commit

Permalink
Merge pull request #273 from chdb-io/buildMacOS13
Browse files Browse the repository at this point in the history
Use macOS 13 build
  • Loading branch information
auxten authored Oct 15, 2024
2 parents 1ff2593 + 7bc5904 commit e326128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macos_x86_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ on:
- '**/*.md'

jobs:
build_wheels_macos_12:
build_wheels_macos_13:
name: ${{ matrix.os }} py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-12 ]
os: [ macos-13 ]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12" ]
env:
RUNNER_OS: ${{ matrix.os }}
Expand Down

0 comments on commit e326128

Please sign in to comment.