File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 matrix :
1616 include :
1717 - runner : normal
18- - runner : macos-12
18+ - runner : macos-13
1919 - runner : ARM64
2020 runs-on : ${{ matrix.runner }}
2121 steps :
@@ -27,14 +27,14 @@ jobs:
2727 if : ${{ contains(matrix.os, 'macos') }}
2828 run : brew install bash
2929 - name : ' Install Nix'
30- if : ${{ matrix.runner == 'macos-12 ' }}
30+ if : ${{ matrix.runner == 'macos-13 ' }}
3131 uses : cachix/install-nix-action@v19
3232 with :
3333 install_url : https://releases.nixos.org/nix/nix-2.13.3/install
3434 extra_nix_config : |
3535 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
3636 - name : ' Install Cachix'
37- if : ${{ matrix.runner == 'macos-12 ' }}
37+ if : ${{ matrix.runner == 'macos-13 ' }}
3838 uses : cachix/cachix-action@v12
3939 with :
4040 name : k-framework
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 matrix :
175175 include :
176176 - runner : normal
177- - runner : macos-12
177+ - runner : macos-13
178178 - runner : ARM64
179179 needs : version-bump
180180 runs-on : ${{ matrix.runner }}
@@ -186,14 +186,14 @@ jobs:
186186 # Check out pull request HEAD instead of merge commit.
187187 ref : ${{ github.event.pull_request.head.sha }}
188188 - name : ' Install Nix'
189- if : ${{ matrix.runner == 'macos-12 ' }}
189+ if : ${{ matrix.runner == 'macos-13 ' }}
190190 uses : cachix/install-nix-action@v19
191191 with :
192192 install_url : https://releases.nixos.org/nix/nix-2.13.3/install
193193 extra_nix_config : |
194194 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
195195 - name : ' Install Cachix'
196- if : ${{ matrix.runner == 'macos-12 ' }}
196+ if : ${{ matrix.runner == 'macos-13 ' }}
197197 uses : cachix/cachix-action@v12
198198 with :
199199 name : k-framework
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " kevm-pyk"
7- version = " 1.0.210 "
7+ version = " 1.0.211 "
88description = " "
99authors = [
1010 " Runtime Verification, Inc. <[email protected] >" ,
Original file line number Diff line number Diff line change 1- kevm (1.0.210 ) unstable; urgency=medium
1+ kevm (1.0.211 ) unstable; urgency=medium
22
33 * Initial Release.
44
Original file line number Diff line number Diff line change 1- 1.0.210
1+ 1.0.211
You can’t perform that action at this time.
0 commit comments