Skip to content

Commit 6ce4623

Browse files
committed
try adding macOS native to ci
1 parent ecd23ba commit 6ce4623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: ['ubuntu-22.04', windows-latest, macOS-latest]
19+
os: ['ubuntu-22.04', windows-latest, macOS-latest, macOS-x64]
2020
python_version: ['3.8']
2121
include:
2222
# PsychoPy currently restricted to <= 3.10
@@ -39,8 +39,8 @@ jobs:
3939
channels: conda-forge
4040
miniconda-version: "latest"
4141

42-
- name: Recreate environment with osx-64 platform (macOS only)
43-
if: matrix.os == 'macOS-latest'
42+
- name: Recreate environment with osx-64 platform (macOS x64 only)
43+
if: matrix.os == 'macOS-x64'
4444
run: |
4545
# Remove the osx-arm64 environment
4646
conda deactivate

0 commit comments

Comments
 (0)