Skip to content

Commit d58b104

Browse files
Baltolirv-auditor
andauthored
Drop intel mac runners (#675)
* Drop intel mac runners We no longer support these runners in K, and so we can safely drop them from projects downstream of K now. Doing so also allows us to simplify our workflow code. * Set Version: 0.1.83 --------- Co-authored-by: devops <[email protected]>
1 parent 521a6c8 commit d58b104

File tree

4 files changed

+2
-33
lines changed

4 files changed

+2
-33
lines changed

.github/workflows/master-push.yml

-15
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
matrix:
4242
include:
4343
- runner: normal
44-
- runner: macos-13
4544
- runner: ARM64
4645
runs-on: ${{ matrix.runner }}
4746
steps:
@@ -53,20 +52,6 @@ jobs:
5352
- name: 'Upgrade bash'
5453
if: ${{ contains(matrix.os, 'macos') }}
5554
run: brew install bash
56-
- name: 'Install Nix'
57-
if: ${{ matrix.runner == 'macos-13' }}
58-
uses: cachix/install-nix-action@v19
59-
with:
60-
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
61-
extra_nix_config: |
62-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
63-
- name: 'Install Cachix'
64-
if: ${{ matrix.runner == 'macos-13' }}
65-
uses: cachix/cachix-action@v12
66-
with:
67-
name: k-framework
68-
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
69-
skipPush: true
7055
- name: 'Build and cache KWASM'
7156
uses: workflow/[email protected]
7257
env:

.github/workflows/test-pr.yml

-16
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115
matrix:
116116
include:
117117
- runner: normal
118-
- runner: macos-13
119118
- runner: ARM64
120119
needs: pykwasm-code-quality-checks
121120
runs-on: ${{ matrix.runner }}
@@ -126,21 +125,6 @@ jobs:
126125
with:
127126
# Check out pull request HEAD instead of merge commit.
128127
ref: ${{ github.event.pull_request.head.sha }}
129-
- name: 'Install Nix'
130-
if: ${{ matrix.runner == 'macos-13' }}
131-
uses: cachix/install-nix-action@v25
132-
with:
133-
install_url: https://releases.nixos.org/nix/nix-2.19.3/install
134-
extra_nix_config: |
135-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
136-
substituters = http://cache.nixos.org https://cache.iog.io
137-
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
138-
- name: 'Install Cachix'
139-
if: ${{ matrix.runner == 'macos-13' }}
140-
uses: cachix/cachix-action@v14
141-
with:
142-
name: k-framework
143-
authToken: ${{ secrets.CACHIX_PUBLIC_TOKEN }}
144128
- name: 'Build KWASM'
145129
run: GC_DONT_GC=1 nix build .#kwasm --extra-experimental-features 'nix-command flakes' --print-build-logs
146130
- name: 'Build KWASM-Pyk'

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.82
1+
0.1.83

pykwasm/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pykwasm"
7-
version = "0.1.82"
7+
version = "0.1.83"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

0 commit comments

Comments
 (0)