diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index acdbfa68f3cc112349d1f1bb23951490073775dd..811900159f3a669a97b7743fee6e164057b58aa4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,10 +9,10 @@ on:
 
 jobs:
   build:
-    runs-on: almalinux:8.5
+    runs-on: ubuntu-latest
     steps:
       - name: Install dependencies
-        run: yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
+        run: apt install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
       - name: Clone repository
         run: |
           git clone ${{ secrets.GIT_REPOSITORY }} ${{ github.workspace }}