Skip to content

Commit 278a137

Browse files
committed
Add macos executor for unit tests
1 parent 861dc6a commit 278a137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
httpbin_url: ${{ secrets.APIFY_HTTPBIN_TOKEN && format('https://httpbin.apify.actor?token={0}', secrets.APIFY_HTTPBIN_TOKEN) || 'https://httpbin.org'}}
3737
with:
3838
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
39+
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
3940

4041
docs_check:
4142
name: Docs check

0 commit comments

Comments
 (0)