Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cathrkri authored Mar 9, 2026
1 parent a8f34aa commit 7cf38d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: [self-hosted, Windows]

steps:
- uses: actions/checkout@v4
Expand All @@ -19,4 +19,4 @@ jobs:
java-version: "25"
cache: maven

- run: mvn -B test
- run: mvn -B test

0 comments on commit 7cf38d3

Please sign in to comment.