Skip to content

Commit 08fcc52

Browse files
committed
We want Ubuntu runners
1 parent 8e55d5a commit 08fcc52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99

1010
jobs:
1111
publish:
12-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
1313
if: startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99

1010
jobs:
1111
publish:
12-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
1313
if: startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)