aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-05-11 12:24:10 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-05-11 12:58:35 +0200
commitc1396afa7c41c2009d06a54c8aaf1ca5689a9786 (patch)
tree33240f53646b879be0d90bfcdcd3de17c6843fa8 /.github/workflows
parente1a81c8d8bbbe67710980f0e81aa9473e37defee (diff)
downloadrneovim-c1396afa7c41c2009d06a54c8aaf1ca5689a9786.tar.gz
rneovim-c1396afa7c41c2009d06a54c8aaf1ca5689a9786.tar.bz2
rneovim-c1396afa7c41c2009d06a54c8aaf1ca5689a9786.zip
ci(build): use latest over explicit image version
These jobs should be safe to just use the latest as there's not many moving parts as opposed to `test.yml`.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 81e8ceefd7..a2316f3f0f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ env:
jobs:
old-cmake:
name: Test oldest supported cmake
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
timeout-minutes: 15
env:
CMAKE_URL: 'https://cmake.org/files/v3.13/cmake-3.13.0-Linux-x86_64.sh'
@@ -56,7 +56,7 @@ jobs:
use-existing-src:
name: Test USE_EXISTING_SRC_DIR=ON builds with no network access
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup