diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68049b5..f005aa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,10 @@ jobs: - os: ubuntu-latest open-mp: "ON" neon: "OFF" - - os: macos-latest + - os: macos-13 open-mp: "OFF" neon: "OFF" - - os: macos-arm64-ssc + - os: macos-14 open-mp: "OFF" neon: "ON" - os: windows-latest diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c275b61..0fef95c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest, macos-arm64-ssc, windows-latest] + os: [ubuntu-latest, macos-13, macos-14, windows-latest] steps: - uses: actions/checkout@v4 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da9b164..458c375 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -8,7 +8,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black @@ -19,7 +19,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.2 + rev: v18.1.4 hooks: - id: clang-format @@ -29,7 +29,7 @@ repos: - id: prettier - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.28.2 hooks: - id: check-github-workflows - id: check-readthedocs