Skip to content

Commit

Permalink
fix(workflows): Remove incompatible new arm runners
Browse files Browse the repository at this point in the history
The arm runners can't run docker currently, failing with
some cgroup isolation error from systemd. We disable them
and will retry after they exit Preview.

Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Jan 21, 2025
1 parent d258cf0 commit c432595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-24.04-arm, ubuntu-22.04-arm, macos-13, macos-14, macos-15]
os: [ubuntu-24.04, ubuntu-22.04, macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c432595

Please sign in to comment.