diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4069f4f73de4cbf97f06739b94b7ad619e63ea78..31029c427bf3539c2adbd428ab19caa3b90fb9ac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
   release:
     strategy:
       matrix:
-        os: [windows-latest, ubuntu-20.04, macos-latest]
+        os: [windows-latest, ubuntu-latest, macos-latest]
     runs-on: ${{ matrix.os }}
     if: startsWith(github.repository, 'zzzgydi')
     steps: