Skip to content

Commit 2f67cf9

Browse files
authored
ci: bump GHA to macos-14 to use free m1 GHA (#1886)
1 parent 2cd296f commit 2f67cf9

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.github/workflows/duckdb.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1414
cancel-in-progress: true
15-
15+
1616
jobs:
1717
Linux:
1818
runs-on: ubuntu-22.04
@@ -39,7 +39,7 @@ jobs:
3939
# path: integration/duckdb/build/lance.duckdb_extension
4040
# retention-days: 1
4141
MacOS:
42-
runs-on: macos-13
42+
runs-on: macos-14
4343
timeout-minutes: 40
4444
defaults:
4545
run:

.github/workflows/pypi-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- target: x86_64-apple-darwin
4343
runner: macos-13
4444
- target: aarch64-apple-darwin
45-
runner: macos-13-xlarge
45+
runner: macos-14
4646
env:
4747
MACOSX_DEPLOYMENT_TARGET: 10.15
4848
steps:
@@ -89,4 +89,4 @@ jobs:
8989
with:
9090
python-minor-version: ${{ matrix.python-minor-version }}
9191
token: ${{ secrets.PYPI_TOKEN }}
92-
repo: "pypi"
92+
repo: "pypi"

.github/workflows/python.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ jobs:
136136
run: sudo rm -rf target/wheels
137137
mac:
138138
timeout-minutes: 45
139-
strategy:
140-
matrix:
141-
mac-runner: [ "macos-13-xlarge" ]
142-
runs-on: "${{ matrix.mac-runner }}"
139+
runs-on: "macos-14"
143140
defaults:
144141
run:
145142
shell: bash

.github/workflows/rust.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ jobs:
9797
- name: Run clippy
9898
run: cargo clippy --features cli,dynamodb,tensorflow,dynamodb_tests --tests --benches -- -D warnings
9999
mac-build:
100-
strategy:
101-
matrix:
102-
mac-runner: [ "macos-13-xlarge" ]
103-
runs-on: "${{ matrix.mac-runner }}"
100+
runs-on: "macos-14"
104101
timeout-minutes: 45
105102
defaults:
106103
run:

0 commit comments

Comments
 (0)