Skip to content

Commit

Permalink
#1077 Set up CI workflows
Browse files Browse the repository at this point in the history
remove Mac OS from build (getting runner takes too long, > 10 hours)
  • Loading branch information
oliverlietz committed Aug 18, 2023
1 parent b94e613 commit 46d5c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
java-version: [ 8, 11 ]
os: [ubuntu-latest, windows-latest, mac-latest]
os: [ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 46d5c9e

Please sign in to comment.