try something else to prevent adding macos job to pool

This commit is contained in:
Lendemor 2024-10-09 15:00:02 +02:00
parent 19b6bbffd1
commit 908ea2524f

View File

@ -35,6 +35,8 @@ jobs:
python-version: '3.10.13'
- os: windows-latest
python-version: '3.9.18'
- os: macos-12
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
include:
- os: windows-latest
python-version: '3.10.11'