From 9e204e892c4eb28e85da4fc24b9b35cd1ef6a378 Mon Sep 17 00:00:00 2001 From: Hana Kessler <58595147+hanakslr@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:47:30 -0500 Subject: [PATCH] update ot ubuntu latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f960203..c956cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: