Skip to content

Commit 49e4082

Browse files
authored
Merge pull request #97 from simplelocalize/do-not-fail-fast
Exclude ubuntu-20.04 due to unsupported GLIBC version (2.23)
2 parents 2cb852e + 47d6dd9 commit 49e4082

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)