Skip to content

Commit

Permalink
Revert "Set macos-latest in workflow setup"
Browse files Browse the repository at this point in the history
This reverts commit 01dd42f.
  • Loading branch information
bonigarcia committed Jul 30, 2024
1 parent 8f67961 commit 5af9b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest, windows-latest, macos-13 ]
java: [ 17 ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
max_attempts: 3
command: mvn -B test -Dtest=!Record*
- name: Run tests on Mac
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
uses: nick-fields/[email protected]
with:
timeout_minutes: 30
Expand Down

0 comments on commit 5af9b10

Please sign in to comment.