Skip to content

Commit

Permalink
Try arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
koct9i committed Jan 18, 2025
1 parent 7f4bfec commit 5289c6f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ jobs:
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job
- os: ubuntu-latest

- os: ubuntu-latest
image: ubuntu:20.04
- os: ubuntu-latest
image: ubuntu:22.04
- os: ubuntu-latest
image: ubuntu:24.04

- os: ubuntu-latest
image: fedora:40
- os: ubuntu-latest
image: fedora:41
- os: ubuntu-latest
Expand All @@ -33,6 +29,23 @@ jobs:
- os: ubuntu-latest
image: debian:12

- os: ubuntu-24.04-arm

- os: ubuntu-24.04-arm
image: ubuntu:22.04
- os: ubuntu-24.04-arm
image: ubuntu:24.04

- os: ubuntu-24.04-arm
image: debian:11
- os: ubuntu-24.04-arm
image: debian:12

- os: ubuntu-24.04-arm
image: fedora:41
- os: ubuntu-24.04-arm
image: fedora:42

- os: macos-13
- os: macos-14
- os: macos-15
Expand Down

0 comments on commit 5289c6f

Please sign in to comment.