We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86a224 commit f54bc72Copy full SHA for f54bc72
1 file changed
.github/workflows/ci.yml
@@ -231,7 +231,7 @@ jobs:
231
name: electrum-grs-${{ github.sha }}-android-x86_64
232
233
macos:
234
- runs-on: macos-13
+ runs-on: macos-latest
235
steps:
236
- uses: actions/checkout@v4
237
- name: Set up Python ${{ matrix.python-version }}
@@ -240,7 +240,7 @@ jobs:
240
python-version: 3.12.10
241
- uses: maxim-lobanov/setup-xcode@v1
242
with:
243
- xcode-version: 14.1.0
+ xcode-version: latest-stable
244
- name: Compile OSX dmg
245
run: ./contrib/osx/make_osx.sh
246
- name: Upload Artifact
0 commit comments