Skip to content

Commit

Permalink
Re-Enable build on macos, fix #364
Browse files Browse the repository at this point in the history
  • Loading branch information
sschnabe committed Jun 24, 2024
1 parent e6d23e8 commit 2b53a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# removed macos-latest because ip is always blocked and test will fail
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-13]
env:
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress -Dmaven.test.redirectTestOutputToFile=false
steps:
Expand All @@ -42,4 +41,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: site-${{ matrix.os }}
path: target/site
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# windows and macos runner are blocked sometime for github api
invoker.os.family = linux
invoker.debug = true

0 comments on commit 2b53a65

Please sign in to comment.