Skip to content

Commit

Permalink
Remove OSX 11 from build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Mar 10, 2024
1 parent 3e086ed commit f2597af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/macos-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
fail-fast: false
matrix:
include:
- os: [macos-11]
shortname: default-11
- os: [macos-11]
shortname: stdclasses-11
cxxflags: "-std=c++17"
configureflags: --disable-std-function --disable-std-tuple --enable-std-pointers --enable-std-optional --enable-std-any
- os: [macos-12]
shortname: default-12
- os: [macos-12]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
fail-fast: false
matrix:
include:
- os: [macos-11]
shortname: default-11
- os: [macos-12]
shortname: default-12
- os: [macos-13]
Expand Down

0 comments on commit f2597af

Please sign in to comment.