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 12f823e commit d6bb47aCopy full SHA for d6bb47a
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
fail-fast: false
12
matrix:
13
java: [ '8', '17', '21' ]
14
- platform: [ 'ubuntu-latest', 'macos-12', 'windows-latest' ]
+ platform: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
15
exclude:
16
- - platform: ${{ github.repository == 'open-coap/kotlin-mbedtls' || 'macos-12' }}
+ - platform: ${{ github.repository == 'open-coap/kotlin-mbedtls' || 'macos-latest' }}
17
18
19
runs-on: ${{ matrix.platform }}
@@ -28,7 +28,7 @@ jobs:
28
uses: gradle/actions/setup-gradle@v4
29
30
- name: Enable using libraries from temporary location in mac
31
- if: ${{ matrix.platform == 'macos-12' }}
+ if: ${{ matrix.platform == 'macos-latest' }}
32
run: sudo spctl --master-disable
33
34
- name: Build with Gradle
0 commit comments