Skip to content

Commit 1e466cc

Browse files
Update main.yml
1 parent edba46d commit 1e466cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ on:
8484

8585
jobs:
8686
test:
87-
runs-on: [self-hosted, windows10-Enter]
87+
runs-on: ubuntu-latest
8888
# runs-on: ${{ matrix.os }}
8989
strategy:
9090
fail-fast: false
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Set up Java
105105
# uses: priyagupta108/setup-java@winZip
106-
uses: priyagupta108/setup-java@fix-windows-archive-extraction
106+
uses: actions/setup-java@v4
107107
with:
108108
distribution: ${{ matrix.distribution }}
109109
java-version: '21'

0 commit comments

Comments
 (0)