Skip to content

Commit c5e40e8

Browse files
chore: remove macos-13 from ci (#1433)
remove macos-13 from ci
1 parent b75343e commit c5e40e8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
# macos-13 is an intel runner, macos-latest is apple silicon
1413
os:
1514
[
16-
macos-13,
1715
macos-latest,
1816
ubuntu-latest,
1917
ubuntu-24.04-arm,
@@ -32,10 +30,6 @@ jobs:
3230
with:
3331
python-version: "3.12"
3432
- uses: dtolnay/rust-toolchain@stable
35-
- name: Set MACOSX_DEPLOYMENT_TARGET for Intel MacOS
36-
if: matrix.os == 'macos-13'
37-
run: >-
38-
echo MACOSX_DEPLOYMENT_TARGET=10.12 >> $GITHUB_ENV
3933
- name: Disable scmtools local scheme
4034
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4135
run: >-

0 commit comments

Comments
 (0)