Skip to content

Commit

Permalink
downgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jan 23, 2025
1 parent 1032737 commit f0efc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
- musllinux-1-1-x64

needs: package
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04 # temporarily downgrade to old ubuntu as 24.04 likes to segfault in the middle of the build
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit f0efc9a

Please sign in to comment.