Browse Source

Bump Ubuntu to 20.04 in test enviroment, for Cortex-M33 (L5) support.

Konstantin Oblaukhov 5 years ago
parent
commit
86d1dd2d64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cmake.yml

+ 1 - 1
.github/workflows/cmake.yml

@@ -8,7 +8,7 @@ env:
 
 
 jobs:
 jobs:
   test-ubuntu:
   test-ubuntu:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
     strategy:
       matrix:
       matrix:
         family: [F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4, L5]
         family: [F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4, L5]