Skip to content

Commit a9a4ed9

Browse files
committed
ci: try different runner
1 parent 0ffcf0e commit a9a4ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
os: [ubuntu-24.04, ubuntu-24.04-arm]
49+
os: [ubuntu-latest, ubuntu-24.04-arm]
5050
container_engine: ['docker'] # TODO: add 'podman' into the list
5151
compose_profiles: ['feature-complete', 'errors-only']
5252
name: ${{ format('integration test{0}{1}{2}', matrix.os == 'ubuntu-24.04-arm' && ' (arm64)' || '', matrix.container_engine == 'podman' && ' (podman)' || '', matrix.compose_profiles == 'errors-only' && ' (errors-only)' || '') }}

0 commit comments

Comments
 (0)