Skip to content

Commit abb43e1

Browse files
florianschandaphiwuu
authored andcommitted
#157 OSX13 is retired
It is dead.
1 parent 69bc290 commit abb43e1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,13 @@ jobs:
2828
needs: lint
2929
strategy:
3030
matrix:
31-
os: [ubuntu-24.04, windows-2022, macos-13, macos-14]
31+
os: [ubuntu-24.04, windows-2022, macos-14]
3232
py-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3333
include:
3434
- os: ubuntu-24.04
3535
cvc5-plat: "linux"
3636
- os: windows-2022
3737
cvc5-plat: "windows"
38-
- os: macos-13
39-
brew: "/usr/local"
40-
cvc5-plat: "osx13"
4138
- os: macos-14
4239
brew: "/opt/homebrew"
4340
cvc5-plat: "osx14"

util/fetch_cvc5.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141

4242
if options.platform == "linux":
4343
CVC5_PLATFORM = "Linux-x86_64-static"
44-
elif options.platform == "osx13":
45-
CVC5_PLATFORM = "macOS-x86_64-static"
4644
elif options.platform == "osx14":
4745
CVC5_PLATFORM = "macOS-arm64-static"
4846
elif options.platform == "windows":

0 commit comments

Comments
 (0)