Skip to content

Commit 47d6dd9

Browse files
committed
Exclude ubuntu-20.04 due to unsupported GLIBC version (2.23)
1 parent d0e2161 commit 47d6dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-execute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ macos-11, macos-12, macos-13, ubuntu-20.04, ubuntu-22.04 ]
19+
os: [ macos-11, macos-12, macos-13, ubuntu-22.04 ]
2020
version: [ '2.5', '2.4', '2.3', '2.2' ]
2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)