From e0ce12ad27bc3e1351da3dac0806035b1e6c3c70 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 20 Jun 2020 15:08:07 -0400 Subject: [PATCH] github actions limit SITL tests to Ubuntu Focal --- .github/workflows/sitl_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sitl_tests.yml b/.github/workflows/sitl_tests.yml index 718aa1fe52..a3d4f3d712 100644 --- a/.github/workflows/sitl_tests.yml +++ b/.github/workflows/sitl_tests.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: ubuntu_release: [ - bionic, + #bionic, focal ] container: