Skip to content

Commit

Permalink
mark ubuntu-24.04-arm CI runners as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Jan 28, 2025
1 parent fb76993 commit df1ef64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
test:
name: Test Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
python-version:
Expand All @@ -54,6 +55,10 @@ jobs:
os:
- ubuntu-24.04
- ubuntu-24.04-arm
include:
- experimental: false
- experimental: true
os: ubuntu-24.04-arm # deal with flaky runners
fail-fast: false
env:
UV_FROZEN: 1
Expand Down

0 comments on commit df1ef64

Please sign in to comment.