Skip to content

Commit

Permalink
fix(workflows): Fixes for stable tests (#2083)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <[email protected]>
Approved-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung authored Jan 21, 2025
2 parents 6a836a7 + c432595 commit bf91509
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@ 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
with:
submodules: recursive

- name: Install Docker on MacOS
if: startsWith(matrix.os, 'macos')
run: |
brew install docker colima
open -a Docker
colima start
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit bf91509

Please sign in to comment.