Skip to content

Commit

Permalink
Improve CI builds, add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-ogre committed Feb 4, 2025
1 parent c221d76 commit 8e326ca
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/ci_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,13 @@ name: CI Builds
on: [push]

jobs:
ci_workflow_test:
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
ci_builds:
name: ${{ runner.name }} ${{ runner.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
config:
- {
name: "Windows",
os: windows-latest
}
- {
name: "Ubuntu",
os: ubuntu-latest
}
- {
name: "macOS",
os: macos-latest
}
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15, windows-2025 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8e326ca

Please sign in to comment.