Skip to content

Commit

Permalink
kotlin 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Dec 22, 2021
1 parent 36df85c commit ed10a68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os:
- runner: macos-latest
- runner: macos-11
shell: bash
- runner: ubuntu-latest
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os:
- runner: macos-latest
- runner: macos-11
shell: bash
- runner: windows-latest
shell: msys2 {0}
Expand Down Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os:
- runner: macos-latest
- runner: macos-11
shell: bash
- runner: windows-latest
shell: msys2 {0}
Expand Down

0 comments on commit ed10a68

Please sign in to comment.