diff --git a/.github/workflows/continuousIntegration.yml b/.github/workflows/continuousIntegration.yml index ceb0e0e..3200393 100644 --- a/.github/workflows/continuousIntegration.yml +++ b/.github/workflows/continuousIntegration.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-20.04-4core + runs-on: 'ubuntu-24.04'-4core steps: - uses: actions/checkout@v3