Skip to content

Commit

Permalink
moving to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gresyk committed May 25, 2024
1 parent 0b5cb38 commit 1634fce
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,27 @@ jobs:
VERSION: '15'
}
- {
OS: macos-14,
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-14-large,
OS: macos-13-xlarge,
CC: clang,
CXX: clang++
}
Expand Down

0 comments on commit 1634fce

Please sign in to comment.