Skip to content

Commit 4adad31

Browse files
committed
Use the ubuntu-20.04 runner as 18.04 is deprecated
1 parent 17f762d commit 4adad31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [macos-latest, macos-arm, ubuntu-18.04, windows-latest]
14+
# 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]
1517
# syntax explanation:
1618
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
1719
include:

0 commit comments

Comments
 (0)