From 1ab5d173e795e2854ee926c342ec48a937bb1444 Mon Sep 17 00:00:00 2001 From: Alex Brandes Date: Fri, 23 May 2025 08:54:41 -0700 Subject: [PATCH] fix: update test ubuntu version --- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9476048b..73c7bfd0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,7 +5,7 @@ name: Pull request tests. jobs: test: name: Pull request tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dbf6606..7c12458d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ name: Create Release jobs: build: name: Create Release - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3