There was an error while loading. Please reload this page.
1 parent b75343e commit c5e40e8Copy full SHA for c5e40e8
1 file changed
.github/workflows/build.yml
@@ -10,10 +10,8 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- # macos-13 is an intel runner, macos-latest is apple silicon
14
os:
15
[
16
- macos-13,
17
macos-latest,
18
ubuntu-latest,
19
ubuntu-24.04-arm,
@@ -32,10 +30,6 @@ jobs:
32
30
with:
33
31
python-version: "3.12"
34
- 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
39
- name: Disable scmtools local scheme
40
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
41
run: >-
0 commit comments