Skip to content

Commit 05e2519

Browse files
committed
Remove macos-13 from nix build testing, release
1 parent 85be605 commit 05e2519

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

.github/workflows/release.yml

-18
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
matrix:
3737
include:
3838
- runner: normal
39-
- runner: macos-13
4039
- runner: ARM64
4140
runs-on: ${{ matrix.runner }}
4241
needs: draft-release
@@ -46,23 +45,6 @@ jobs:
4645
with:
4746
ref: ${{ github.event.push.head.sha }}
4847
fetch-depth: 0
49-
- name: 'Upgrade bash'
50-
if: ${{ contains(matrix.os, 'macos') }}
51-
run: brew install bash
52-
- name: 'Install Nix'
53-
if: ${{ matrix.runner == 'macos-13' }}
54-
uses: cachix/install-nix-action@v19
55-
with:
56-
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
57-
extra_nix_config: |
58-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
59-
- name: 'Install Cachix'
60-
if: ${{ matrix.runner == 'macos-13' }}
61-
uses: cachix/cachix-action@v12
62-
with:
63-
name: k-framework
64-
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
65-
skipPush: true
6648
- name: 'Build KEVM'
6749
run: |
6850
GC_DONT_GC=1 nix build --extra-experimental-features 'nix-command flakes' --print-build-logs

.github/workflows/test-pr.yml

-15
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ jobs:
147147
matrix:
148148
include:
149149
- runner: normal
150-
- runner: macos-13
151150
- runner: ARM64
152151
needs: kevm-pyk-code-quality-checks
153152
runs-on: ${{ matrix.runner }}
@@ -162,20 +161,6 @@ jobs:
162161
run: |
163162
set -eux
164163
git submodule update --init --recursive -- kevm-pyk/src/kevm_pyk/kproj/plugin
165-
- name: 'Install Nix'
166-
if: ${{ matrix.runner == 'macos-13' }}
167-
uses: cachix/install-nix-action@v25
168-
with:
169-
install_url: https://releases.nixos.org/nix/nix-2.19.3/install
170-
extra_nix_config: |
171-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
172-
substituters = http://cache.nixos.org https://cache.iog.io
173-
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
174-
- name: 'Install Cachix'
175-
if: ${{ matrix.runner == 'macos-13' }}
176-
uses: cachix/cachix-action@v14
177-
with:
178-
name: k-framework
179164
- name: 'Build KEVM'
180165
run: GC_DONT_GC=1 nix build --extra-experimental-features 'nix-command flakes' --print-build-logs
181166
- name: 'Test KEVM'

0 commit comments

Comments
 (0)