Prepare, configure, and manage Firecracker microVMs in seconds!
virtualization linux microvm firecracker

fix: update CI workflow to use Ubuntu 22.04 and remove obsolete dependency installation steps

+1 -7
+1 -7
.github/workflows/ci.yml
··· 8 8 - main 9 9 jobs: 10 10 tests: 11 - runs-on: ubuntu-latest 11 + runs-on: ubuntu-22.04 12 12 steps: 13 13 - uses: actions/checkout@v2 14 - - name: Install deps 15 - run: | 16 - sudo apt-get install libssl-dev pkg-config 17 - wget https://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb 18 - sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb 19 - 20 14 - name: Setup Fluent CI 21 15 uses: fluentci-io/setup-fluentci@v5 22 16 with: