We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcf5c6 commit 1e99b37Copy full SHA for 1e99b37
.github/workflows/ci_cd.yml
@@ -14,7 +14,7 @@ env:
14
PACKAGE_NAME: 'ansys-geometry-core'
15
DOCUMENTATION_CNAME: 'geometry.docs.pyansys.com'
16
ANSRV_GEO_IMAGE: 'ghcr.io/ansys/geometry'
17
- ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest
+ ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:24.1
18
ANSRV_GEO_PORT: 700
19
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
20
GEO_CONT_NAME: ans_geo
@@ -76,10 +76,8 @@ jobs:
76
fail-fast: false
77
matrix:
78
include:
79
- - docker-image: "windows-latest"
+ - docker-image: "24.1"
80
experimental: false
81
- - docker-image: "windows-latest-unstable"
82
- experimental: true
83
84
steps:
85
- uses: actions/checkout@v4
0 commit comments