Skip to content

Commit

Permalink
re-enable CI platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jul 27, 2024
1 parent 667f1e7 commit 87a5999
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
matrix:
include:
- {os: ubuntu-latest, arch: x86_64}
# - {os: ubuntu-latest, arch: i686}
# - {os: ubuntu-latest, arch: aarch64}
# - {os: macos-12, arch: x86_64}
# - {os: macos-14, arch: arm64}
# - {os: windows-2019, arch: AMD64}
# - {os: windows-2019, arch: x86}
- {os: ubuntu-latest, arch: i686}
- {os: ubuntu-latest, arch: aarch64}
- {os: macos-12, arch: x86_64}
- {os: macos-14, arch: arm64}
- {os: windows-2019, arch: AMD64}
- {os: windows-2019, arch: x86}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 87a5999

Please sign in to comment.