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 9, 2024
1 parent 37a6fbc commit f3e80e3
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-11
runs-on: macos-latest
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: 13.2.1
xcode-version: latest-stable
- name: Compile OSX dmg
run: ./contrib/osx/make_osx.sh
- name: Upload Artifact
Expand Down

0 comments on commit f3e80e3

Please sign in to comment.