Skip to content

Commit cbfd8c0

Browse files
committed
fixup! ci: run Scalar's Functional Tests
The `ubuntu-20.04` pool is going away, let's not use it anymore. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b01a5cb commit cbfd8c0

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-13, ubuntu-20.04, ubuntu-22.04]
23+
os: [windows-2019, macos-13, ubuntu-22.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-20.04
31-
features: experimental
3230
- os: ubuntu-22.04
3331
features: experimental
3432
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)