Skip to content

Commit

Permalink
CI: disable AMD64 macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Jun 12, 2024
1 parent 7ca7317 commit 9efd594
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
cpu: amd64
- os: linux
cpu: i386
- os: macos
cpu: amd64
#- os: macos
#cpu: amd64
- os: macos
cpu: arm64
- os: windows
Expand All @@ -30,11 +30,12 @@ jobs:
os: linux
builder: ubuntu-22.04
shell: bash
- target:
os: macos
cpu: amd64
builder: macos-13
shell: bash
## weird locale problem, where we can't get dots to be decimal separators, failing a JSON test
#- target:
#os: macos
#cpu: amd64
#builder: macos-13
#shell: bash
- target:
os: macos
cpu: arm64
Expand Down Expand Up @@ -206,9 +207,6 @@ jobs:
- name: Build binaries and run tests
run: |
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
if [[ "${{ matrix.build-system }}" == "cmake" ]]; then
mkdir build
cd build
Expand Down

0 comments on commit 9efd594

Please sign in to comment.