Skip to content

Commit 1d645eb

Browse files
tothtamas28rv-auditorehildenb
authored
Upgrade runner to macos-13 (#1917)
* Upgrade runner to `macos-13` Related: runtimeverification/k#3472 * Set Version: 1.0.211 * .github/master-push: upgrade to macos-13 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Everett Hildenbrandt <[email protected]>
1 parent 5734d0f commit 1d645eb

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/master-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/test-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

kevm-pyk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kevm-pyk"
7-
version = "1.0.210"
7+
version = "1.0.211"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

package/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kevm (1.0.210) unstable; urgency=medium
1+
kevm (1.0.211) unstable; urgency=medium
22

33
* Initial Release.
44

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.210
1+
1.0.211

0 commit comments

Comments
 (0)