From df8f2d123fa214ad276ccd7aea5d41c7e715b59a Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Mon, 16 Feb 2026 16:53:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20macos=20image=20to=20la?= =?UTF-8?q?test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - might trigger further updates... --- .github/workflows/ci_workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_workflow.yaml b/.github/workflows/ci_workflow.yaml index 7475ccdc4..7ce2fc0bd 100644 --- a/.github/workflows/ci_workflow.yaml +++ b/.github/workflows/ci_workflow.yaml @@ -7,7 +7,7 @@ on: release: types: [published] schedule: - - cron: '0 3 * * 3,6' + - cron: "0 3 * * 3,6" jobs: run-integration-tests-with-conda-install: name: ${{ matrix.os }} - Workflow with snakemake conda envs @@ -20,7 +20,7 @@ jobs: matrix: os: [ "ubuntu-latest", - "macos-13", + "macos-latest", # "windows-latest" # rrcovNA cannot be build from source on windows-server ] python-version: ["3.10"]