From 3395f64e7450e9b2b6d1bc12736c4ffe06615910 Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Fri, 8 Mar 2024 14:01:06 -0800 Subject: [PATCH] use ubuntu-latest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5f90c2..ce5c0c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: [push] jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2', 'pypy3']