Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ousnius committed Jun 9, 2024
1 parent b06a042 commit bc2c606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
os: [windows-latest, ubuntu-latest, macOS-13]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -75,6 +75,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-output-files
name: test-output-files-${{ matrix.os }}-${{ matrix.version }}
path: ${{github.workspace}}/tests/output/*.nif
retention-days: 2

0 comments on commit bc2c606

Please sign in to comment.