Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Aug 20, 2024
1 parent 278c3a6 commit 24315cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -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 24315cd

Please sign in to comment.