Skip to content

Commit 4a9ff0f

Browse files
committed
fix: remove outdated os
1 parent 6870796 commit 4a9ff0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/env-checker-ci-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
### tl;dr: This error is not one thing, but a category of errors. It means "something broke and we didn't have a way to catch it". We will always need a lot of detail to reproduce an error like this, or we cannot ever fix it. Every instance is unique, and your cb() never called is nothing like any other.
2020
# macos-latest is 10.15. We need to test 11 as well.
2121
matrix:
22-
os: [windows-latest, macos-latest, macos-11, ubuntu-latest]
22+
os: [windows-latest, macos-latest, ubuntu-latest]
2323
node-version: [16, 18, 20]
2424
func-version: [none, "3", "4", "4.0.4670", "~4.0.5174"]
2525
max-parallel: 30

0 commit comments

Comments
 (0)