Skip to content

Commit

Permalink
CI/CD: Build x86 MacOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarEmaraDev committed Jan 25, 2025
1 parent 460f6cc commit 8fc1b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
python: ['3.11']
steps:
- name: Checkout
Expand Down

0 comments on commit 8fc1b90

Please sign in to comment.