Skip to content

Commit

Permalink
Add Intel macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Sep 23, 2024
1 parent cfdd20f commit c580767
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,16 @@ jobs:
run: poetry run .\install\windows\build-app.bat

macOS:
runs-on: macos-latest
name: "macOS (${{ matrix.arch }})"
runs-on: ${{ matrix.runner }}
needs: download-tessdata
strategy:
matrix:
include:
- runner: macos-latest # CPU type: Apple Silicon (M1)
arch: arch64
- runner: macos-13 # CPU type: Intel x86_64
arch: x86_64
env:
DUMMY_CONVERSION: 1
steps:
Expand Down

0 comments on commit c580767

Please sign in to comment.