Skip to content

Commit

Permalink
test: disable ubuntu-24.04-arm usage (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Feb 6, 2025
1 parent 6098111 commit d9bfb1c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/example-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ jobs:
included-as-non-root
]
os: [
ubuntu-24.04, # testing Linux/amd64 platform
ubuntu-24.04-arm # testing Linux/arm64 platform
ubuntu-24.04 # testing Linux/amd64 platform
#
# temporarily disable testing on arm due to reliability issues
# see https://github.com/actions/partner-runner-images/issues for updates
#
# ubuntu-24.04-arm # testing Linux/arm64 platform
]
exclude:
- os: ubuntu-24.04-arm
directory: chrome-for-testing #browser not available for Linux/arm64
# exclude:
# - os: ubuntu-24.04-arm
# directory: chrome-for-testing #browser not available for Linux/arm64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d9bfb1c

Please sign in to comment.