Skip to content

Commit

Permalink
trying macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gresyk committed May 25, 2024
1 parent 1634fce commit c3738d2
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,27 +111,7 @@ jobs:
VERSION: '15'
}
- {
OS: macos-13-xlarge,
CC: gcc-11,
CXX: g++-11
}
- {
OS: macos-13-xlarge,
CC: gcc-12,
CXX: g++-12
}
- {
OS: macos-13-xlarge,
CC: gcc-13,
CXX: g++-13
}
- {
OS: macos-13,
CC: clang,
CXX: clang++
}
- {
OS: macos-13-xlarge,
OS: macos-12,
CC: clang,
CXX: clang++
}
Expand Down

0 comments on commit c3738d2

Please sign in to comment.