Skip to content

Commit 0e2cfeb

Browse files
authored
Merge pull request #3777 from facebook/fix_x32
fix x32 tests on Github CI
2 parents 43118da + 2c17e05 commit 0e2cfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-short-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CFLAGS="-m32 -O1 -fstack-protector" make check V=1
3939
4040
check-x32:
41-
runs-on: ubuntu-latest
41+
runs-on: ubuntu-20.04 # ubuntu-latest == ubuntu-22.04 have issues currently with x32
4242
steps:
4343
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v3
4444
- name: make check on x32 ABI # https://en.wikipedia.org/wiki/X32_ABI

0 commit comments

Comments
 (0)