File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,16 @@ jobs:
2222 included-as-non-root
2323 ]
2424 os : [
25- ubuntu-24.04, # testing Linux/amd64 platform
26- ubuntu-24.04-arm # testing Linux/arm64 platform
25+ ubuntu-24.04 # testing Linux/amd64 platform
26+ #
27+ # temporarily disable testing on arm due to reliability issues
28+ # see https://github.com/actions/partner-runner-images/issues for updates
29+ #
30+ # ubuntu-24.04-arm # testing Linux/arm64 platform
2731 ]
28- exclude :
29- - os : ubuntu-24.04-arm
30- directory : chrome-for-testing # browser not available for Linux/arm64
32+ # exclude:
33+ # - os: ubuntu-24.04-arm
34+ # directory: chrome-for-testing #browser not available for Linux/arm64
3135 runs-on : ${{ matrix.os }}
3236 steps :
3337 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments