Skip to content

Commit

Permalink
no 32-bit MAc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 8, 2024
1 parent c6a3e0f commit 11bbc4b
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/c-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
os:
# - name: Linux
# value: ubuntu-latest
- name: Linux
value: ubuntu-latest
- name: MacOS
value: macos-latest

Expand All @@ -24,9 +24,9 @@ jobs:
- clang

arch:
# - name: 64-bit
# tag: amd64
# compiler-opt: -m64
- name: 64-bit
tag: amd64
compiler-opt: -m64
- name: 32-bit
tag: i386
compiler-opt: -m32
Expand Down Expand Up @@ -57,9 +57,13 @@ jobs:
# value: gnu17
# - name: c2x
# value: c2x
- name: gnu2x
value: gnu2x
# - name: gnu2x
# value: gnu2x

# Don't run 32-bit on MacOS
exclude:
- os.name: MacOS
arch.tag: i386

# # Only want the container for Linux
# # 'if' not valid here, so use a ternary expression
Expand Down

0 comments on commit 11bbc4b

Please sign in to comment.