4444 strategy :
4545 fail-fast : false
4646 matrix :
47- # windows-2022 is a workaround for a julia issue as of 10/23/2025
48- # https://github.com/JuliaLang/julia/issues/59931
49- os : [windows-2022, ubuntu-latest, macos-latest]
47+ os : [windows-latest, ubuntu-latest, macos-latest]
5048 env :
5149 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
5250 steps :
8078 runs-on : ${{matrix.os}}
8179 strategy :
8280 matrix :
83- os : [ubuntu-latest, macos-latest, windows-2022 ]
81+ os : [ubuntu-latest, macos-latest, windows-latest ]
8482 python-version : ["3.9", "3"]
8583 fail-fast : false
8684 steps :
@@ -135,7 +133,7 @@ jobs:
135133 runs-on : ${{matrix.os}}
136134 strategy :
137135 matrix :
138- os : [ubuntu-latest, macos-latest, windows-2022 ]
136+ os : [ubuntu-latest, macos-latest, windows-latest ]
139137 fail-fast : false
140138 steps :
141139 - name : Check out github
@@ -169,15 +167,15 @@ jobs:
169167 key : ${{ hashFiles('**/*.stan', 'src/*', 'stan/src/stan/version.hpp', 'Makefile') }}-${{ matrix.os }}-v${{ env.CACHE_VERSION }}
170168
171169 - name : Run tests
172- if : matrix.os != 'windows-2022 '
170+ if : matrix.os != 'windows-latest '
173171 run : |
174172 cd clients/R
175173 Rscript -e "devtools::test(reporter = c(\"summary\", \"fail\"))"
176174 env :
177175 TINYSTAN : ${{ github.workspace }}
178176
179177 - name : Run tests (windows)
180- if : matrix.os == 'windows-2022 '
178+ if : matrix.os == 'windows-latest '
181179 run : |
182180 cd clients/R
183181 Rscript -e 'devtools::test(reporter = c("summary", "fail"))'
@@ -190,7 +188,7 @@ jobs:
190188 runs-on : ${{matrix.os}}
191189 strategy :
192190 matrix :
193- os : [ubuntu-latest, macos-latest, windows-2022 ]
191+ os : [ubuntu-latest, macos-latest, windows-latest ]
194192 julia-version : ["1"]
195193 fail-fast : false
196194 steps :
0 commit comments