Skip to content

Commit 1e99b37

Browse files
committed
cicd: release 0.4 is only compatible with 24.1 (not latest)
1 parent 6bcf5c6 commit 1e99b37

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
PACKAGE_NAME: 'ansys-geometry-core'
1515
DOCUMENTATION_CNAME: 'geometry.docs.pyansys.com'
1616
ANSRV_GEO_IMAGE: 'ghcr.io/ansys/geometry'
17-
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest
17+
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:24.1
1818
ANSRV_GEO_PORT: 700
1919
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
2020
GEO_CONT_NAME: ans_geo
@@ -76,10 +76,8 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
include:
79-
- docker-image: "windows-latest"
79+
- docker-image: "24.1"
8080
experimental: false
81-
- docker-image: "windows-latest-unstable"
82-
experimental: true
8381

8482
steps:
8583
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)