Skip to content

Commit 9e2dfb7

Browse files
authored
Build in CI on macOS too (#42)
* Build in CI on macOS too * Avoid trying to build on macos-latest with Rust 1.51
1 parent 15f4775 commit 9e2dfb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
rust:
1717
- stable
1818
- 1.51.0
19+
# Avoid trying to build on macos-latest with Rust 1.51
20+
#
21+
# Rust < 1.54 doesn't work with xcode 14
22+
# https://github.com/rust-lang/rust/issues/103044
23+
include:
24+
- os: macos-latest
25+
rust: stable
1926
steps:
2027
- uses: actions/checkout@v2
2128
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)