Skip to content

Commit 0e595b5

Browse files
committed
Update ci.yml
1 parent a16d80c commit 0e595b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
name: electrum-grs-${{ github.sha }}-android-x86_64
226226

227227
macos:
228-
runs-on: macos-latest
228+
runs-on: macos-12
229229
steps:
230230
- uses: actions/checkout@v4
231231
- name: Set up Python ${{ matrix.python-version }}
@@ -234,7 +234,7 @@ jobs:
234234
python-version: 3.11.9
235235
- uses: maxim-lobanov/setup-xcode@v1
236236
with:
237-
xcode-version: latest-stable
237+
xcode-version: 13.4.1
238238
- name: Compile OSX dmg
239239
run: ./contrib/osx/make_osx.sh
240240
- name: Upload Artifact

0 commit comments

Comments
 (0)