Skip to content

Commit

Permalink
try macos-14.6 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 0d6d0d8 commit 3e5e29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Regression_Tests_Reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-13, windows-latest]
platform: [ubuntu-latest, macos-14.6, 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 3e5e29a

Please sign in to comment.