Skip to content

Commit 7d7f161

Browse files
committed
ci(integration): run on Github runners only for now
- garm runners often run into host system issues and render the test unreliable (Error response from daemon: symlink /proc/mounts/var/lib/docker/fuse-overlayfs/$hash-init/merged/etc/mtab: file exists) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 27e75f9 commit 7d7f161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
integration:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525

2626
strategy:
2727
fail-fast: false

0 commit comments

Comments
 (0)