File tree 7 files changed +12
-10
lines changed
7 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
11
- os : [macos-10.15 , ubuntu-18.04, ubuntu-20.04]
11
+ os : [macos-11 , ubuntu-18.04, ubuntu-20.04]
12
12
steps :
13
13
- name : Checkout Kani
14
14
uses : actions/checkout@v2
94
94
runs-on : ${{ matrix.os }}
95
95
strategy :
96
96
matrix :
97
- os : [macos-10.15 , ubuntu-18.04]
97
+ os : [macos-11 , ubuntu-18.04]
98
98
include :
99
- - os : macos-10.15
99
+ - os : macos-11
100
100
artifact : kani-latest-x86_64-apple-darwin.tar.gz
101
101
- os : ubuntu-18.04
102
102
artifact : kani-latest-x86_64-unknown-linux-gnu.tar.gz
@@ -136,7 +136,7 @@ jobs:
136
136
# We can't run macos in a container, so we can only test locally.
137
137
# Hopefully any dependency issues won't be unique to macos.
138
138
- name : Local install test
139
- if : ${{ matrix.os == 'macos-10.15 ' }}
139
+ if : ${{ matrix.os == 'macos-11 ' }}
140
140
run : |
141
141
cargo install --path ./target/package/kani-verifier-*[^e]
142
142
cargo-kani setup --use-local-bundle ./${{ matrix.artifact }}
Original file line number Diff line number Diff line change 58
58
contents : write
59
59
strategy :
60
60
matrix :
61
- os : [macos-10.15 , ubuntu-18.04]
61
+ os : [macos-11 , ubuntu-18.04]
62
62
include :
63
- - os : macos-10.15
63
+ - os : macos-11
64
64
target : x86_64-apple-darwin
65
65
- os : ubuntu-18.04
66
66
target : x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ source $HOME/.cargo/env
37
37
38
38
### Install dependencies on macOS
39
39
40
- Support is available for macOS 10.15+ . You need to have [ Homebrew] ( https://brew.sh/ ) installed already.
40
+ Support is available for macOS 11 . You need to have [ Homebrew] ( https://brew.sh/ ) installed already.
41
41
42
42
```
43
43
# git clone git@github.com:model-checking/kani.git
44
44
git clone https://github.com/model-checking/kani.git
45
45
cd kani
46
46
git submodule update --init
47
- ./scripts/setup/macos-10.15 /install_deps.sh
48
- ./scripts/setup/macos-10.15 /install_cbmc.sh
47
+ ./scripts/setup/macos/install_deps.sh
48
+ ./scripts/setup/macos/install_cbmc.sh
49
49
./scripts/setup/install_viewer.sh
50
50
# If you haven't already:
51
51
./scripts/setup/install_rustup.sh
Original file line number Diff line number Diff line change
1
+ macos
Original file line number Diff line number Diff line change
1
+ macos
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ -z "${CBMC_VERSION:-}" ]; then
12
12
exit 1
13
13
fi
14
14
15
- # Install CBMC for macOS 10.15 from CBMC tap
15
+ # Install CBMC for macOS from CBMC tap
16
16
# https://github.com/diffblue/cbmc/blob/develop/doc/ADR/homebrew_tap.md
17
17
brew tap diffblue/cbmc
18
18
brew install diffblue/cbmc/cbmc@${CBMC_VERSION}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments