Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Sep 11, 2024
1 parent a16d80c commit 0e595b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
name: electrum-grs-${{ github.sha }}-android-x86_64

macos:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -234,7 +234,7 @@ jobs:
python-version: 3.11.9
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 13.4.1
- name: Compile OSX dmg
run: ./contrib/osx/make_osx.sh
- name: Upload Artifact
Expand Down

0 comments on commit 0e595b5

Please sign in to comment.