Skip to content

Commit ff1e85e

Browse files
GitHub Actions: Remove macos-latest from libraries-test-suite.
It doesn't work and needs fixing elsewhere before it can be enabled again. (Perhaps the macOS download is missing libgc.)
1 parent 76c33d5 commit ff1e85e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/libraries-test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [macos-latest, ubuntu-latest]
19+
os: [ubuntu-latest]
2020
steps:
2121
- uses: actions/checkout@v3
2222
with:

0 commit comments

Comments
 (0)