From 240488e558cc2ded80d1a52cf03144cf4f54de17 Mon Sep 17 00:00:00 2001
From: Alice King Tai Poon <23336645+codenamedpkt@users.noreply.github.com>
Date: Sun, 5 Jun 2022 16:51:48 +0800
Subject: [PATCH] Update test-pypy.yml

---
 .github/workflows/test-pypy.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml
index 5f23b213..c5d7aa63 100644
--- a/.github/workflows/test-pypy.yml
+++ b/.github/workflows/test-pypy.yml
@@ -18,12 +18,10 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
+        os: [macos-latest, windows-latest, ubuntu-22.04]
         pypy:
-        - 'pypy-2.7'
         - 'pypy-3.7'
         - 'pypy3.9'
-        - 'pypy-2.7-v7.3.4'
         - 'pypy-3.7-v7.3.5'
         - 'pypy-3.7-v7.3.4'
         - 'pypy-3.7-v7.3.x'
@@ -34,7 +32,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@main
   
       - name: setup-python ${{ matrix.pypy }}
         id: setup-python