Skip to content

Commit

Permalink
Merge pull request #56 from koct9i/workflows
Browse files Browse the repository at this point in the history
Try arm64
  • Loading branch information
koct9i authored Jan 18, 2025
2 parents 7f4bfec + 7264df2 commit ee5d311
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 ee5d311

Please sign in to comment.