We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879df45 commit 962f7aeCopy full SHA for 962f7ae
.github/workflows/main-ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
code-coverage:
45
name: Code Coverage
46
- runs-on: macos-11
+ runs-on: ubuntu-latest
47
steps:
48
- name: Checkout
49
uses: actions/checkout@v3
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
publish-maven:
13
name: Publish to Maven
14
15
16
17
0 commit comments