From 3850162288ac9636d4c8bce2f4bce50fa766e974 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 22 Mar 2024 09:19:53 +0100 Subject: [PATCH] Using latest instead of v24.2 --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 149c0826c5..8c954b2f71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -513,8 +513,8 @@ jobs: 'v23.2-ubuntu', 'v24.1-ubuntu', 'v24.1-ubuntu-student', - 'v24.2-ubuntu', - 'v24.2-ubuntu-student', + 'latest-ubuntu', + 'latest-ubuntu-student', ] extended_testing: - ${{ github.event_name == 'schedule' || ( github.event_name == 'workflow_dispatch' && inputs.run_all_tests ) || ( github.event_name == 'push' && contains(github.ref, 'refs/tags') ) }} @@ -647,8 +647,8 @@ jobs: 'v23.2-ubuntu', 'v24.1-ubuntu', 'v24.1-ubuntu-student', - 'v24.2-ubuntu', - 'v24.2-ubuntu-student' + 'latest-ubuntu', + 'latest-ubuntu-student', ] extended_testing: - ${{ github.event_name == 'schedule' || ( github.event_name == 'workflow_dispatch' && inputs.run_all_tests ) || ( github.event_name == 'push' && contains(github.ref, 'refs/tags') ) }} @@ -735,6 +735,7 @@ jobs: test-windows: + # Skipped if: github.repository == '' name: "Local: Build & test on Windows" runs-on: [self-hosted, Windows, pymapdl]