Skip to content

Commit

Permalink
Merge branch 'torsten-workflow' into torsten-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Mar 4, 2024
2 parents 842a96d + 6593d7c commit 9972fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/torsten_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]

steps:
- uses: n1hility/cancel-previous-runs@v3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
python runTests.py -j2 stan/math/torsten/test/unit
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: gtest_outputs_xml
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
shell: powershell
run: python runTests.py -j2 stan/math/torsten/test/unit -f stan/math/torsten/test/unit
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: gtest_outputs_xml
Expand Down

0 comments on commit 9972fd6

Please sign in to comment.