-
-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Set macos-latest in workflow setup"
This reverts commit 01dd42f.
- Loading branch information
1 parent
8f67961
commit 5af9b10
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|