Skip to content

Commit

Permalink
try macos-13 instead of macos-latest
Browse files Browse the repository at this point in the history
Issue #307
  • Loading branch information
damies13 committed Jan 29, 2025
1 parent 37a0287 commit 0d6d0d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Regression_Tests_Reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
Reporter:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
# platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-13, windows-latest]
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 0d6d0d8

Please sign in to comment.