We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f762d commit 4adad31Copy full SHA for 4adad31
.github/workflows/ci.yml
@@ -11,7 +11,9 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [macos-latest, macos-arm, ubuntu-18.04, windows-latest]
+ # Stay on the oldest Ubuntu version that's still supported by Github Actions
15
+ # to avoid glibc incompatibilities as far as possible.
16
+ os: [macos-latest, macos-arm, ubuntu-20.04, windows-latest]
17
# syntax explanation:
18
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
19
include:
0 commit comments