Skip to content

Commit

Permalink
Try updating macos-11 build to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Aug 21, 2024
1 parent f81b901 commit 66e7ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruskwallet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, macos-11, windows-latest]
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, macos-12, windows-latest]
compiler: [cargo]
include:
- os: ubuntu-20.04
Expand All @@ -33,7 +33,7 @@ jobs:
compiler: cargo
target: macos-intel

- os: macos-11
- os: macos-12
compiler: cargo
target: macos-arm64
flags: --target=aarch64-apple-darwin
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Add arm target for Apple Silicon build
run: rustup target add aarch64-apple-darwin
if: ${{ matrix.os == 'macos-11' }}
if: ${{ matrix.os == 'macos-12' }}

- name: Build Wallet
shell: bash
Expand Down

0 comments on commit 66e7ed4

Please sign in to comment.