Skip to content

Commit

Permalink
Use MacOS-13 runners for release
Browse files Browse the repository at this point in the history
b/c MacOS 11 is no longer available. See:
gluwa/creditcoin#1687
  • Loading branch information
atodorov committed Aug 27, 2024
1 parent ebf0363 commit 6cc7348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-24.04, windows-2022, macos-11]
operating-system: [ubuntu-24.04, windows-2022, macos-13]
runs-on: ${{ matrix.operating-system }}

steps:
Expand Down Expand Up @@ -88,7 +88,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 }}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
args: --release ${{ needs.setup.outputs.build_options}}

- name: Build MacOS aarch64 target
if: matrix.operating-system == 'macos-11'
if: matrix.operating-system == 'macos-13'
continue-on-error: true
uses: gluwa/cargo@dev
with:
Expand All @@ -135,7 +135,7 @@ jobs:
exclusions: "creditcoin3-node.d"

- name: Compress MacOS aarch64 target
if: matrix.operating-system == 'macos-11'
if: matrix.operating-system == 'macos-13'
continue-on-error: true
uses: thedoctor0/zip-release@0.7.6
with:
Expand Down

0 comments on commit 6cc7348

Please sign in to comment.