Skip to content

Commit

Permalink
Using latest instead of v24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Mar 22, 2024
1 parent 7aaefa6 commit 3850162
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') ) }}
Expand Down Expand Up @@ -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') ) }}
Expand Down Expand Up @@ -735,6 +735,7 @@ jobs:


test-windows:
# Skipped
if: github.repository == ''
name: "Local: Build & test on Windows"
runs-on: [self-hosted, Windows, pymapdl]
Expand Down

0 comments on commit 3850162

Please sign in to comment.