We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build32
1 parent 1aebdf8 commit 3c45f54Copy full SHA for 3c45f54
.github/workflows/linux-build.yml
@@ -5,7 +5,7 @@ name: Linux Build
5
jobs:
6
# 32-bit, clang
7
build32:
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
env:
10
CFLAGS: -m32
11
CC: clang
0 commit comments