Skip to content

Commit 5c9f0bd

Browse files
committed
Add macos-latest and timeout-minutes 10 for CI.yml
1 parent a2423a6 commit 5c9f0bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
matrix:
1717
os:
1818
- ubuntu-latest
19-
# - macos-latest
19+
- macos-latest
2020
swift: ["5.9"]
2121
runs-on: ${{ matrix.os }}
22+
timeout-minutes: 10
2223
steps:
2324
- uses: actions/checkout@v4
2425
with:

0 commit comments

Comments
 (0)