Skip to content

Commit 30e4830

Browse files
committed
Update ci.yml
1 parent 51f4740 commit 30e4830

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
name: electrum-grs-${{ github.sha }}-android-x86_64
232232

233233
macos:
234-
runs-on: macos-latest
234+
runs-on: macos-14
235235
steps:
236236
- uses: actions/checkout@v4
237237
- name: Set up Python ${{ matrix.python-version }}
@@ -240,7 +240,7 @@ jobs:
240240
python-version: 3.12.10
241241
- uses: maxim-lobanov/setup-xcode@v1
242242
with:
243-
xcode-version: 16.4.0
243+
xcode-version: 15.0.1
244244
- name: Compile OSX dmg
245245
run: ./contrib/osx/make_osx.sh
246246
- name: Upload Artifact

0 commit comments

Comments
 (0)