Skip to content

Commit

Permalink
Fix segfaults -- CRC64NVME on machines with disabled AVX and uri pars…
Browse files Browse the repository at this point in the history
…ing corner case. (#700)
  • Loading branch information
TingDaoK authored Jan 28, 2025
1 parent e65a61d commit 6a55ecc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# that are up-to-date (AL2) or don't provide OpenSSL development packages that is found in CMake (alpine)
# or are not able to connect on the socket even with the correct setup (manylinux2014)
linux-compat:
runs-on: ubuntu-24.04 # latest
runs-on: ubuntu-22.04 # temporarily downgrade to old ubuntu until https://github.com/actions/runner-images/issues/11471 resolves
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from 2e79e7 to 6cc9f5

0 comments on commit 6a55ecc

Please sign in to comment.