-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
Showing
4 changed files
with
2 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ jobs: | |
matrix: | ||
include: | ||
- runner: normal | ||
- runner: macos-13 | ||
- runner: ARM64 | ||
runs-on: ${{ matrix.runner }} | ||
steps: | ||
|
@@ -53,20 +52,6 @@ jobs: | |
- name: 'Upgrade bash' | ||
if: ${{ contains(matrix.os, 'macos') }} | ||
run: brew install bash | ||
- name: 'Install Nix' | ||
if: ${{ matrix.runner == 'macos-13' }} | ||
uses: cachix/install-nix-action@v19 | ||
with: | ||
install_url: https://releases.nixos.org/nix/nix-2.13.3/install | ||
extra_nix_config: | | ||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} | ||
- name: 'Install Cachix' | ||
if: ${{ matrix.runner == 'macos-13' }} | ||
uses: cachix/cachix-action@v12 | ||
with: | ||
name: k-framework | ||
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }} | ||
skipPush: true | ||
- name: 'Build and cache KWASM' | ||
uses: workflow/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.82 | ||
0.1.83 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "pykwasm" | ||
version = "0.1.82" | ||
version = "0.1.83" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|