Skip to content

Commit

Permalink
ci: Re-test arm mac
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed May 7, 2024
1 parent e96d1d1 commit b322b95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# Run build script for [home/clinic] in [windows/macOS/ubuntu]
strategy:
matrix:
# os: [windows-latest, macOS-latest, ubuntu-latest]
os: [windows-latest, macos-13, ubuntu-latest]
os: [windows-latest, macOS-latest, ubuntu-latest]
# os: [windows-latest, macos-13, ubuntu-latest]
setting: [home, clinic]
# fail-fast: true
fail-fast: false
Expand All @@ -40,7 +40,6 @@ jobs:
- name: 🐍 Setup Python
uses: actions/setup-python@v4
with:
# python-version: "3.10"
python-version: 3.12

# Install dependencies and set up environment
Expand Down

0 comments on commit b322b95

Please sign in to comment.