We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd23ba commit 6ce4623Copy full SHA for 6ce4623
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- os: ['ubuntu-22.04', windows-latest, macOS-latest]
+ os: ['ubuntu-22.04', windows-latest, macOS-latest, macOS-x64]
20
python_version: ['3.8']
21
include:
22
# PsychoPy currently restricted to <= 3.10
@@ -39,8 +39,8 @@ jobs:
39
channels: conda-forge
40
miniconda-version: "latest"
41
42
- - name: Recreate environment with osx-64 platform (macOS only)
43
- if: matrix.os == 'macOS-latest'
+ - name: Recreate environment with osx-64 platform (macOS x64 only)
+ if: matrix.os == 'macOS-x64'
44
run: |
45
# Remove the osx-arm64 environment
46
conda deactivate
0 commit comments