Skip to content

Commit

Permalink
enable all but windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Jan 21, 2025
1 parent 31c164e commit addd5a8
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ jobs:
- id: 'linux-amd64'
os: 'ubuntu-24.04'
native: true
#- id: 'linux-arm64'
# os: 'ubuntu-24.04-arm'
# native: true
#- id: 'linux-musl'
# os: 'ubuntu-24.04'
# native: true
# container: alpine:3.19
#- id: 'darwin-amd64'
# os: 'macos-13'
# native: true
#- 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: 'android'
# os: 'ubuntu-24.04'
# native: false # Not used in the `Build` job, but here for reference
- id: 'linux-arm64'
os: 'ubuntu-24.04-arm'
native: true
- id: 'linux-musl'
os: 'ubuntu-24.04'
native: true
container: alpine:3.19
- id: 'darwin-amd64'
os: 'macos-13'
native: true
- 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: 'android'
os: 'ubuntu-24.04'
native: false # Not used in the `Build` job, but here for reference
#- id: 'windows-amd64'
# os: 'windows-2022'
# native: true
Expand Down

0 comments on commit addd5a8

Please sign in to comment.