mirror of https://github.com/kivy/pyobjus.git
Our self-hosted Apple Silicon runner now has been migrated to actions/runner v2.292.0 which now supports arm64 natively (#87)
This commit is contained in:
parent
4635143e2f
commit
9c0ca61c0c
|
@ -6,10 +6,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
name: "build (${{ matrix.runs_on }}, ${{ matrix.python }})"
|
name: "build (${{ matrix.runs_on }}, ${{ matrix.python }})"
|
||||||
defaults:
|
runs-on: ${{ matrix.runs_on }}
|
||||||
run:
|
|
||||||
shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
|
|
||||||
runs-on: ${{ matrix.runs_on || 'macos-latest' }}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -22,10 +19,8 @@ jobs:
|
||||||
- runs_on: macos-latest
|
- runs_on: macos-latest
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
- runs_on: apple-silicon-m1
|
- runs_on: apple-silicon-m1
|
||||||
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
|
|
||||||
python: "3.9.11"
|
python: "3.9.11"
|
||||||
- runs_on: apple-silicon-m1
|
- runs_on: apple-silicon-m1
|
||||||
run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
|
|
||||||
python: "3.10.3"
|
python: "3.10.3"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue