Skip to content

Commit 72c78d4

Browse files
committed
fix(ci): add x86_64 mac to the release builds
1 parent b7ad8e8 commit 72c78d4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ matrix.runner }}
5757
strategy:
5858
matrix:
59-
name: [ubuntu-latest, ubuntu-arm-latest, macOS-arm-latest, windows-latest]
59+
name: [ubuntu-latest, ubuntu-arm-latest, macOS-arm-latest, macOS-latest, windows-latest]
6060
rust: [stable]
6161
include:
6262
- name: ubuntu-arm-latest
@@ -67,11 +67,10 @@ jobs:
6767
os: ubuntu-latest
6868
target: linux-x86_64
6969
runner: [self-hosted, linux, X64]
70-
# TODO: x86_64 runner is not available on the org level
71-
# - name: macOS-latest
72-
# os: macOS-latest
73-
# target: darwin-x86_64
74-
# runner: [self-hosted, macOS, X64]
70+
- name: macOS-latest
71+
os: macOS-latest
72+
target: darwin-x86_64
73+
runner: [self-hosted, macOS, X64]
7574
- name: macOS-arm-latest
7675
os: macOS-latest
7776
target: darwin-aarch64

0 commit comments

Comments
 (0)