Skip to content

Commit

Permalink
Test with macos12
Browse files Browse the repository at this point in the history
  • Loading branch information
ftroisi committed Jan 21, 2025
1 parent e920b5b commit f9d86fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ jobs:
os: [ubuntu-latest]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
include:
- os: macos-13
- os: macos-12
python-version: 3.8
- os: macos-13
- os: macos-12
python-version: 3.12
- os: windows-latest
python-version: 3.8
Expand All @@ -174,7 +174,7 @@ jobs:
echo user $USER
echo conda_dir $CONDA output_complete
which conda
if [ "${{ matrix.os }}" == "macos-13" ]; then
if [ "${{ matrix.os }}" == "macos-12" ]; then
sudo chown -R $USER: "$CONDA"
fi
source "$CONDA/etc/profile.d/conda.sh"
Expand Down Expand Up @@ -386,11 +386,11 @@ jobs:
path: /tmp/u312
- uses: actions/download-artifact@v4
with:
name: macos-13-3.8
name: macos-12-3.8
path: /tmp/m38
- uses: actions/download-artifact@v4
with:
name: macos-13-3.12
name: macos-12-3.12
path: /tmp/m312
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f9d86fc

Please sign in to comment.