Skip to content

Commit

Permalink
remove macos 11 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanickadot committed Sep 18, 2024
1 parent d86f933 commit ede166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
appleclang:
strategy:
matrix:
macos: [11, 12, 13]
macos: [12, 13]
standard: [17, 20]
fail-fast: false
name: "AppleClang (MacOS ${{ matrix.macos }}, C++${{ matrix.standard }})"
Expand Down

0 comments on commit ede166e

Please sign in to comment.