Skip to content

Commit 670a685

Browse files
committed
Fix Actions workflow
1 parent f79a66a commit 670a685

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
java: [
1515
17 # Minimum supported by Minecraft
1616
]
17-
# run on Linux
18-
os: ubuntu-22.04
19-
runs-on: ${{ matrix.os }}
17+
# run on Linux
18+
runs-on: ubuntu-22.04
2019
steps:
2120
- name: checkout repository
2221
uses: actions/checkout@v3

0 commit comments

Comments
 (0)