Skip to content

Commit 53e28f3

Browse files
authored
github: fix release mac build (#8713)
1 parent 7ccbdb4 commit 53e28f3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,9 @@ jobs:
6565
6666
build-mac:
6767
name: build-mac
68-
runs-on: ${{ matrix.os }}
68+
runs-on: macos-14-xlarge
6969
if: github.event_name == 'release' || github.event.inputs.platform == 'desktop'
7070

71-
strategy:
72-
matrix:
73-
os: [macos-14-xlarge, ubuntu-22.04-32core]
74-
7571
steps:
7672
- name: Decide Git ref
7773
id: git_ref

0 commit comments

Comments
 (0)