Skip to content

Commit

Permalink
ci: bump GHA to macos-14 to use free m1 GHA (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu authored Jan 30, 2024
1 parent 2cd296f commit 2f67cf9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/duckdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Linux:
runs-on: ubuntu-22.04
Expand All @@ -39,7 +39,7 @@ jobs:
# path: integration/duckdb/build/lance.duckdb_extension
# retention-days: 1
MacOS:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 40
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- target: x86_64-apple-darwin
runner: macos-13
- target: aarch64-apple-darwin
runner: macos-13-xlarge
runner: macos-14
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
steps:
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
with:
python-minor-version: ${{ matrix.python-minor-version }}
token: ${{ secrets.PYPI_TOKEN }}
repo: "pypi"
repo: "pypi"
5 changes: 1 addition & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ jobs:
run: sudo rm -rf target/wheels
mac:
timeout-minutes: 45
strategy:
matrix:
mac-runner: [ "macos-13-xlarge" ]
runs-on: "${{ matrix.mac-runner }}"
runs-on: "macos-14"
defaults:
run:
shell: bash
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@ jobs:
- name: Run clippy
run: cargo clippy --features cli,dynamodb,tensorflow,dynamodb_tests --tests --benches -- -D warnings
mac-build:
strategy:
matrix:
mac-runner: [ "macos-13-xlarge" ]
runs-on: "${{ matrix.mac-runner }}"
runs-on: "macos-14"
timeout-minutes: 45
defaults:
run:
Expand Down

0 comments on commit 2f67cf9

Please sign in to comment.