diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdd111356..1d8ced58d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,7 +252,7 @@ jobs: SKIP_WASM_BUILD=1 cargo check --features=runtime-benchmarks --release unit-test-creditcoin: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77e8507d4..32f1191df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: push: tags: - "*" + workflow_dispatch: permissions: read-all @@ -25,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [ubuntu-22.04, windows-2022, macos-11] + operating-system: [ubuntu-22.04, windows-2022, macos-13] runs-on: ${{ matrix.operating-system }} steps: @@ -59,7 +60,7 @@ jobs: override: true - name: Install MacOS aarch64 target - if: matrix.operating-system == 'macos-11' + if: matrix.operating-system == 'macos-13' uses: gluwa/toolchain@dev with: toolchain: ${{ env.RUSTC_VERSION }} @@ -93,7 +94,7 @@ jobs: args: --release - name: Build MacOS aarch64 target - if: matrix.operating-system == 'macos-11' + if: matrix.operating-system == 'macos-13' uses: gluwa/cargo@dev with: command: build @@ -109,7 +110,7 @@ jobs: exclusions: "creditcoin-node.d" - name: Compress MacOS aarch64 target - if: matrix.operating-system == 'macos-11' + if: matrix.operating-system == 'macos-13' uses: thedoctor0/zip-release@0.7.6 with: type: "zip"