Skip to content

Commit

Permalink
Use MacOS-13 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 14, 2024
1 parent 1fd01a6 commit c2df469
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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:
Expand Down Expand Up @@ -59,7 +59,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 @@ -93,7 +93,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
Expand All @@ -109,7 +109,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"
Expand Down

0 comments on commit c2df469

Please sign in to comment.