From 5ad03ec88dfc33644ee8f1dba2eea10dd32ac2c6 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 15 Dec 2025 17:50:51 -0800 Subject: [PATCH] switch to ubuntu-latest --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index fe887ee951..e67183306a 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -21,7 +21,7 @@ jobs: matrix: blas: [build_openblas] blas_size: [8] - os: [ubuntu-22.04, macos-latest, ubuntu-24.04-arm] + os: [ubuntu-latest, macos-latest, ubuntu-24.04-arm] experimental: [false] mpi_impl: - openmpi