Skip to content

Commit d2f8022

Browse files
committed
fixup! ci: run Scalar's Functional Tests
1 parent a5b4290 commit d2f8022

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/scalar-functional-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# Order by runtime (in descending order)
23-
os: [windows-2019, macos-10.15, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
23+
os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
2424
# Scalar.NET used to be tested using `features: [false, experimental]`
2525
# But currently, Scalar/C ignores `feature.scalar` altogether, so let's
2626
# save some electrons and run only one of them...
2727
features: [ignored]
2828
exclude:
2929
# The built-in FSMonitor is not (yet) supported on Linux
30-
- os: ubuntu-16.04
31-
features: experimental
3230
- os: ubuntu-18.04
3331
features: experimental
3432
- os: ubuntu-20.04

0 commit comments

Comments
 (0)