Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# macos-13 is an intel runner, macos-latest is apple silicon
os:
[
macos-13,
macos-latest,
ubuntu-latest,
ubuntu-24.04-arm,
Expand All @@ -32,10 +30,6 @@ jobs:
with:
python-version: "3.12"
- uses: dtolnay/rust-toolchain@stable
- name: Set MACOSX_DEPLOYMENT_TARGET for Intel MacOS
if: matrix.os == 'macos-13'
run: >-
echo MACOSX_DEPLOYMENT_TARGET=10.12 >> $GITHUB_ENV
- name: Disable scmtools local scheme
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: >-
Expand Down
Loading