mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-14 02:40:26 +01:00
ci: exclude pypy3.10 and pypy3.11 for ubuntu-24.04-arm
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -28,14 +28,17 @@ jobs:
|
|||||||
platform: "windows-latest"
|
platform: "windows-latest"
|
||||||
- python-version: "pypy3.11"
|
- python-version: "pypy3.11"
|
||||||
platform: "windows-latest"
|
platform: "windows-latest"
|
||||||
|
- python-version: "pypy3.10"
|
||||||
|
platform: "ubuntu-24.04-arm"
|
||||||
|
- python-version: "pypy3.11"
|
||||||
|
platform: "ubuntu-24.04-arm"
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
# TODO replace setup-python@main with setup-python@v5 if https://github.com/actions/setup-python/pull/1011 is released (>=v5.5)
|
uses: actions/setup-python@v5
|
||||||
uses: actions/setup-python@main
|
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
check-latest: ${{ github.event_name == 'schedule' }}
|
check-latest: ${{ github.event_name == 'schedule' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user