Skip to content

Commit

Permalink
Fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Scogun committed May 15, 2024
1 parent 3661457 commit fa6e48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
run: ./gradlew cleanMingwX64Test mingwX64Test --tests "com.ucasoft.kcron.*"

- name: "Tests"
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-13' }}
run: ./gradlew cleanMacosX64Test macosX64Test --tests "com.ucasoft.kcron.*"

- name: "Tests Report"
Expand Down

0 comments on commit fa6e48e

Please sign in to comment.