Skip to content

Commit d6bb47a

Browse files
committed
ci: bump macos runner
1 parent 12f823e commit d6bb47a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
java: [ '8', '17', '21' ]
14-
platform: [ 'ubuntu-latest', 'macos-12', 'windows-latest' ]
14+
platform: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1515
exclude:
16-
- platform: ${{ github.repository == 'open-coap/kotlin-mbedtls' || 'macos-12' }}
16+
- platform: ${{ github.repository == 'open-coap/kotlin-mbedtls' || 'macos-latest' }}
1717

1818

1919
runs-on: ${{ matrix.platform }}
@@ -28,7 +28,7 @@ jobs:
2828
uses: gradle/actions/setup-gradle@v4
2929

3030
- name: Enable using libraries from temporary location in mac
31-
if: ${{ matrix.platform == 'macos-12' }}
31+
if: ${{ matrix.platform == 'macos-latest' }}
3232
run: sudo spctl --master-disable
3333

3434
- name: Build with Gradle

0 commit comments

Comments
 (0)