From ed10a68a187c494067ad09b9a2cc240df6e963fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Petu=C5=A1ka?= Date: Wed, 22 Dec 2021 11:33:32 +0000 Subject: [PATCH] kotlin 1.6.10 --- .github/workflows/check.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/sandbox.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e731646..955a429 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: - - runner: macos-latest + - runner: macos-11 shell: bash - runner: ubuntu-latest shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index feecd84..4b83f08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: os: - - runner: macos-latest + - runner: macos-11 shell: bash - runner: windows-latest shell: msys2 {0} @@ -146,7 +146,7 @@ jobs: tasks: publishToSonatype closeSonatypeStagingRepository enabled: ${{ github.event.inputs.skipMavenCentral != 'y' }} os: - - runner: macos-latest + - runner: macos-11 shell: bash - runner: windows-latest shell: msys2 {0} diff --git a/.github/workflows/sandbox.yml b/.github/workflows/sandbox.yml index e5757e0..5204c86 100644 --- a/.github/workflows/sandbox.yml +++ b/.github/workflows/sandbox.yml @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: os: - - runner: macos-latest + - runner: macos-11 shell: bash - runner: windows-latest shell: msys2 {0}