test: use Ubuntu 22.04 for 64-bit tests
[fio.git] / .github / workflows / ci.yml
index 650366b23d87d5d7030aa918f9c58c5a48815436..85104e5aad3fff4a3f0b4aa89ba656e20a004322 100644 (file)
@@ -18,10 +18,10 @@ jobs:
         - android
         include:
         - build: linux-gcc
-          os: ubuntu-20.04
+          os: ubuntu-22.04
           cc: gcc
         - build: linux-clang
-          os: ubuntu-20.04
+          os: ubuntu-22.04
           cc: clang
         - build: macos
           os: macos-11
@@ -29,7 +29,7 @@ jobs:
           os: ubuntu-20.04
           arch: i686
         - build: android
-          os: ubuntu-20.04
+          os: ubuntu-22.04
           arch: aarch64-linux-android32
 
     env: