Skip to content

Commit

Permalink
leave enabled linux-arm64 and macOS only
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Jan 21, 2025
1 parent bf86bae commit 9cc3da8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- id: 'linux-amd64'
os: 'ubuntu-24.04'
native: true
- id: 'linux-arm64'
os: 'ubuntu-24.04-arm'
native: true
#- id: 'linux-arm64'
# os: 'ubuntu-24.04-arm'
# native: true
- id: 'linux-musl'
os: 'ubuntu-24.04'
native: true
Expand All @@ -25,9 +25,9 @@ jobs:
- id: 'darwin-aarch64'
os: 'macos-14'
native: true
- id: 'ios'
os: 'macos-14'
native: false # Not used in the `Build` job, but here for reference
#- id: 'ios'
# os: 'macos-14'
# native: false # Not used in the `Build` job, but here for reference
#- id: 'android'
# os: 'ubuntu-24.04'
# native: false # Not used in the `Build` job, but here for reference
Expand Down

0 comments on commit 9cc3da8

Please sign in to comment.