Skip to content

Commit

Permalink
Remove explicit macos version
Browse files Browse the repository at this point in the history
macos-14 is equivalent to macos-latest and the action
aborts to avoid duplication
  • Loading branch information
sergiopasra committed Nov 18, 2024
1 parent 88c40b0 commit dee6cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit dee6cc4

Please sign in to comment.