|
@@ -7,7 +7,7 @@ jobs:
|
|
|
fail-fast: false
|
|
fail-fast: false
|
|
|
matrix:
|
|
matrix:
|
|
|
# https://docs.github.com/en/actions/using-github-hosted-runners
|
|
# https://docs.github.com/en/actions/using-github-hosted-runners
|
|
|
- os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
|
|
|
|
|
|
|
+ os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-latest, macos-15-intel]
|
|
|
runs-on: ${{ matrix.os }}
|
|
runs-on: ${{ matrix.os }}
|
|
|
steps:
|
|
steps:
|
|
|
- uses: actions/checkout@v5
|
|
- uses: actions/checkout@v5
|