Skip to content

Commit

Permalink
[issue-815] fix CI for Python 3.7 on MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Tänzer <[email protected]>
  • Loading branch information
armintaenzertng committed Jul 26, 2024
1 parent e358c10 commit a602106
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check_codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
exclude: # see https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
- python-version: "3.7"
os: macos-latest
include:
- python-version: "3.7"
os: macos-13

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
exclude: # see https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
- python-version: "3.7"
os: macos-latest
include:
- python-version: "3.7"
os: macos-13

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a602106

Please sign in to comment.