Skip to content

Commit

Permalink
.github/workflows/ci-sage.yml (macos): Set ARCHFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 18, 2023
1 parent 5372f3c commit dc87cb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ jobs:
TOX_ENV: local-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }}
LOGS_ARTIFACT_NAME: logs-commit-${{ github.sha }}-tox-local-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }}-${{ matrix.os }}-xcode_${{ matrix.xcode_version_factor }}
DOCKER_TARGETS: configured with-targets with-targets-optional
# Work around https://github.com/sagemath/cysignals/issues/179
ARCHFLAGS: "-arch x86_64"

steps:

Expand Down

0 comments on commit dc87cb1

Please sign in to comment.