mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
ci: run macOS jobs on macos-13 instead of macos-13-xlarge (#9177)
macos-13-xlarge was needed to use M1 CPU, because previously silkworm-go didn't have macOS Intel support
This commit is contained in:
parent
459ccf8de4
commit
302f1f772d
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -25,7 +25,10 @@ jobs:
|
||||
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-22.04, macos-13-xlarge ] # list of os: https://github.com/actions/virtual-environments
|
||||
# list of os: https://github.com/actions/virtual-environments
|
||||
os:
|
||||
- ubuntu-22.04
|
||||
- macos-13
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
5
.github/workflows/qa-clean-exit.yml
vendored
5
.github/workflows/qa-clean-exit.yml
vendored
@ -19,11 +19,6 @@ on:
|
||||
|
||||
jobs:
|
||||
long-running-test:
|
||||
#if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
|
||||
#strategy:
|
||||
# matrix:
|
||||
# os: [ ubuntu-22.04, macos-13-xlarge ]
|
||||
#runs-on: ${{ matrix.os }}
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
ERIGON_DATA_DIR: ${{ github.workspace }}/erigon_data
|
||||
|
5
.github/workflows/test-integration.yml
vendored
5
.github/workflows/test-integration.yml
vendored
@ -13,7 +13,10 @@ jobs:
|
||||
tests:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-22.04, macos-13-xlarge ] # list of os: https://github.com/actions/virtual-environments
|
||||
# list of os: https://github.com/actions/virtual-environments
|
||||
os:
|
||||
- ubuntu-22.04
|
||||
- macos-13
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user