From 0f5a127ae2f8d8c354b911f524d4e5e427847e86 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 5 Dec 2024 09:05:35 -0700 Subject: [PATCH] ci: migrate ubuntu-latest to ubuntu-24.04 (#44) * ci: migrate ubuntu-latest to ubuntu-24.04 --- .github/workflows/unittests.yaml | 4 ++-- docs/tools/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 411cc3b..02cd3d9 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -21,7 +21,7 @@ jobs: docs: name: update tool and metric markdown docs needs: test - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event_name == 'pull_request' steps: - name: Checkout diff --git a/docs/tools/index.md b/docs/tools/index.md index 0c8fe57..1d18a20 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -4,7 +4,7 @@ title: fgsv tools # fgsv tools -The following tools are available in fgsv version 0.2.0-3f52590. +The following tools are available in fgsv version 0.2.1-4d81b1e. ## Breakpoint and SV Tools Primary tools for calling and transforming breakpoints and SVs.