Skip to content

Commit 53ea97f

Browse files
authored
Merge branch 'main' into cijothomas/release-may-2024
2 parents bb778ff + d34de1a commit 53ea97f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
# test both stable and beta versions of Rust on ubuntu-latest
1616
os: [ubuntu-latest]
1717
rust: [stable, beta]
18-
# test only stable version of Rust on Windows
18+
# test only stable version of Rust on Windows and MacOS
1919
include:
2020
- rust: stable
2121
os: windows-latest
22+
- rust: stable
23+
os: macos-latest
2224
runs-on: ${{ matrix.os }}
2325
steps:
2426
- name: Free disk space

0 commit comments

Comments
 (0)