Skip to content

Commit

Permalink
Test if build for x86 work again
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gehrke committed Jun 28, 2024
1 parent 2c063a6 commit 08e0864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
target: x86_64
- runner: ubuntu-latest
target: x86
# - runner: ubuntu-latest
# target: aarch64
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-latest
target: s390x
- runner: ubuntu-latest
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
platform:
- runner: windows-latest
target: x64
# - runner: windows-latest
# target: x86
- runner: windows-latest
target: x86
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 08e0864

Please sign in to comment.