Skip to content

Commit e11b8c1

Browse files
committed
chore: for now only run docker tests in Ubuntu
* macos-latest does not support nested virtualisation yet * we don't have windows containers for atlas images
1 parent f060eaf commit e11b8c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-health-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: matrix.os == 'ubuntu-latest'
2222
- uses: actions/checkout@v5
2323
- uses: docker/setup-docker-action@v4
24-
if: matrix.os != 'macos-latest'
24+
if: matrix.os == 'ubuntu-latest'
2525
name: Setup Docker Environment
2626
with:
2727
set-host: true

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: matrix.os == 'ubuntu-latest'
2323
- uses: actions/checkout@v5
2424
- uses: docker/setup-docker-action@v4
25-
if: matrix.os != 'macos-latest'
25+
if: matrix.os == 'ubuntu-latest'
2626
name: Setup Docker Environment
2727
with:
2828
set-host: true

0 commit comments

Comments
 (0)