From 7eef11c7960885eeffc05841850b23623992586f Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Wed, 20 Aug 2025 22:36:11 -0400 Subject: [PATCH] bump linux actions to ubuntu-latest --- .github/workflows/ci-loaders.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-loaders.yml b/.github/workflows/ci-loaders.yml index be315707d..e164f1b6d 100644 --- a/.github/workflows/ci-loaders.yml +++ b/.github/workflows/ci-loaders.yml @@ -4,7 +4,7 @@ on: [pull_request] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e319ffd4..f03e175c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [pull_request] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: matrix: