Skip to content

Commit 147be7c

Browse files
authored
Remove Ubuntu builds from GitHub workflow (#548)
* Strict build on 18.04 * remove ubuntu
1 parent 7dd6d1d commit 147be7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Note OSX isn't officially supported yet, but might be in the future.
1717
# The build here will help ensure no changes are introduced that
1818
# would make it difficult.
19-
os: [ ubuntu-latest, macos-latest ]
19+
os: [ macos-latest ]
2020

2121
runs-on: ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)