Skip to content

Commit

Permalink
ci: Revive i386, don't run tests on OSX (GUI prompt...)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jan 7, 2024
1 parent afae822 commit a84aa34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64, armv7, aarch64, ppc64le]
arch: [amd64, armv7, aarch64, ppc64le, i386]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -58,7 +58,6 @@ jobs:
- name: Build for OSX
run: |
sudo .github/workflows/osx-build.sh
sudo .github/workflows/ci-run-tests.sh
build-freebsd:
Expand Down

0 comments on commit a84aa34

Please sign in to comment.