Skip to content

Commit

Permalink
Remove Ubuntu from GitHub Actions workflow
Browse files Browse the repository at this point in the history
The GitHub Actions workflow has been updated to run only on self-hosted runners, and no longer on Ubuntu-latest. This change is due to project requirements needing specific environment.
  • Loading branch information
SmartGecko44 committed Dec 3, 2023
1 parent 02e0a32 commit df1bc77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
build:
runs-on:
- self-hosted
- ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit df1bc77

Please sign in to comment.