Skip to content

Commit 56b3d09

Browse files
committed
Fibonacci deploy 8
1 parent fd16526 commit 56b3d09

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,7 @@ jobs:
1717
uses: ./.github/workflows/gradle.yml
1818
deploy:
1919
needs: build
20-
strategy:
21-
matrix:
22-
include:
23-
- target: publishIosArm64PublicationToMavenCentral
24-
os: macos-latest
25-
- target: publishAndroidReleasePublicationToMavenCentral
26-
os: ubuntu-latest
27-
- target: publishJvmPublicationToMavenCentral
28-
os: ubuntu-latest
29-
- target: publishLinuxX64PublicationToMavenCentral
30-
os: ubuntu-latest
31-
- target: publishKotlinMultiplatformPublicationToMavenCentral
32-
os: ubuntu-latest
33-
runs-on: ${{ matrix.os }}
20+
runs-on: macos-latest
3421
steps:
3522
- uses: actions/checkout@v3
3623
- name: Validate Gradle Wrapper

0 commit comments

Comments
 (0)