From cc4c6d63a049a7751b2fe0a7d40fd7b29f024456 Mon Sep 17 00:00:00 2001 From: Giuseppe Carboni <giuseppecarboni89@live.com> Date: Mon, 31 Mar 2025 12:46:23 +0200 Subject: [PATCH] Fixed GitHub Actions Continuous Integration --- .github/workflows/workflow.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b31e19644..f63b387d7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: station: ['SRT', 'Medicina', 'Noto'] - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Free up space uses: jlumbroso/free-disk-space@main @@ -29,8 +29,7 @@ jobs: sudo apt update && sudo apt install vagrant - name: Install VirtualBox run: | - wget https://download.virtualbox.org/virtualbox/7.0.14/virtualbox-7.0_7.0.14-161095~Ubuntu~jammy_amd64.deb - sudo apt install ./virtualbox-7.0_7.0.14-161095~Ubuntu~jammy_amd64.deb + sudo apt install virtualbox - name: Clone the repository uses: actions/checkout@v4 - name: Set up Python -- GitLab