Commit 1bfb9d2c authored by Jonatan Antoni's avatar Jonatan Antoni Committed by Sudan Landge
Browse files

Fix workflows: Pin to Ubuntu 22.04

parent 8257d8d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ concurrency:

jobs:
  lit:
    runs-on: ubuntu-latest
    runs-on: ubuntu-22.04

    env:
      ARM_UBL_ACTIVATION_CODE: ${{ secrets.ARM_UBL_ACTIVATION_CODE }}
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ jobs:
      matrix:
        compiler: [AC6, GCC, Clang]
    
    runs-on: ubuntu-latest
    runs-on: ubuntu-22.04

    env:
      ARM_UBL_ACTIVATION_CODE: ${{ secrets.ARM_UBL_ACTIVATION_CODE }}