Skip to content

Commit

Permalink
remove macos-12 from test matrix
Browse files Browse the repository at this point in the history
The macos-12 platform has been removed from GitHub actions.
  • Loading branch information
Freax13 committed Jan 19, 2025
1 parent 8aaff74 commit 1d1bcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-12, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.platform }}
timeout-minutes: 15
Expand Down

0 comments on commit 1d1bcc2

Please sign in to comment.