Skip to content

Commit b74e3c1

Browse files
authored
[GithubActions] Added linux-arm64 self-hosted runner and compilation directives.
1 parent 51a03ed commit b74e3c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python_package.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
matrix:
1616
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
1717
# os: ['ubuntu-20.04', 'macos-latest', 'windows-latest', 'linux-arm64']
18-
os: ['ubuntu-20.04', 'macos-latest']
18+
os: ['ubuntu-20.04', 'macos-latest', 'linux-arm64']
1919
experimental: [false]
20-
# exclude:
21-
# excludes python-version 3.7 on macOS-arm64 (Not available via brew)
22-
# - os: macos-arm64
23-
# python-version: 3.7
20+
exclude:
21+
# excludes python-version 3.13 on ubuntu-arm64 (Not available via deadsnakes)
22+
- os: linux-arm64
23+
python-version: '3.13'
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)