Skip to content

Commit

Permalink
[GithubActions] Added linux-arm64 self-hosted runner and compilation …
Browse files Browse the repository at this point in the history
…directives.
  • Loading branch information
mmmarinho authored Nov 27, 2024
1 parent 51a03ed commit b74e3c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
matrix:
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
# os: ['ubuntu-20.04', 'macos-latest', 'windows-latest', 'linux-arm64']
os: ['ubuntu-20.04', 'macos-latest']
os: ['ubuntu-20.04', 'macos-latest', 'linux-arm64']
experimental: [false]
# exclude:
# excludes python-version 3.7 on macOS-arm64 (Not available via brew)
# - os: macos-arm64
# python-version: 3.7
exclude:
# excludes python-version 3.13 on ubuntu-arm64 (Not available via deadsnakes)
- os: linux-arm64
python-version: '3.13'

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

0 comments on commit b74e3c1

Please sign in to comment.