We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd6d1d commit 147be7cCopy full SHA for 147be7c
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
# Note OSX isn't officially supported yet, but might be in the future.
17
# The build here will help ensure no changes are introduced that
18
# would make it difficult.
19
- os: [ ubuntu-latest, macos-latest ]
+ os: [ macos-latest ]
20
21
runs-on: ${{ matrix.os }}
22
0 commit comments