Skip to content

Commit c773858

Browse files
committed
- update CI
1 parent eab637a commit c773858

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
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ macos-14, ubuntu-latest, windows-latest ]
17+
os: [ macos-latest, ubuntu-latest, windows-latest ]
1818

1919
runs-on: ${{matrix.os}}
2020

@@ -55,7 +55,7 @@ jobs:
5555
run: ./gradlew publishAllPublicationsToMavenCentralRepository
5656

5757
- name: Publish the windows artifact
58-
if: false && matrix.os == 'windows-latest'
58+
if: matrix.os == 'windows-latest'
5959
env:
6060
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.NEXUS_USERNAME }}
6161
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.NEXUS_PASSWORD }}
@@ -65,7 +65,7 @@ jobs:
6565
run: ./gradlew publishMingwX64PublicationToMavenCentralRepository
6666

6767
- name: Publish the linux artifact
68-
if: false && matrix.os == 'ubuntu-latest'
68+
if: matrix.os == 'ubuntu-latest'
6969
env:
7070
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.NEXUS_USERNAME }}
7171
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)