Skip to content

Commit 42943a9

Browse files
committed
Re-enable x86_64 macOS CI builds
1 parent 2da17a6 commit 42943a9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ jobs:
5656
- os: ubuntu-24.04-arm
5757
env:
5858
TARGET_TRIPLE: aarch64-unknown-linux-gnu
59-
# FIXME(rust-lang/rust#145699)
60-
#- os: macos-13
61-
# env:
62-
# TARGET_TRIPLE: x86_64-apple-darwin
59+
- os: macos-13
60+
env:
61+
TARGET_TRIPLE: x86_64-apple-darwin
6362
- os: macos-latest
6463
env:
6564
TARGET_TRIPLE: aarch64-apple-darwin
@@ -188,10 +187,9 @@ jobs:
188187
- os: ubuntu-24.04-arm
189188
env:
190189
TARGET_TRIPLE: aarch64-unknown-linux-gnu
191-
# FIXME(rust-lang/rust#145699)
192-
#- os: macos-13
193-
# env:
194-
# TARGET_TRIPLE: x86_64-apple-darwin
190+
- os: macos-13
191+
env:
192+
TARGET_TRIPLE: x86_64-apple-darwin
195193
- os: macos-latest
196194
env:
197195
TARGET_TRIPLE: aarch64-apple-darwin

0 commit comments

Comments
 (0)