Skip to content

Commit

Permalink
Update GitHub Actions workflow to self-hosted runners
Browse files Browse the repository at this point in the history
The previously used 'ubuntu-latest' runner has been replaced with self-hosted runners in the GitHub Actions workflow. This change meets project requirements for a specific environment.
  • Loading branch information
SmartGecko44 committed Dec 3, 2023
1 parent df1bc77 commit 39ffd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
runs-on:
- self-hosted
- ubuntu-latest

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

0 comments on commit 39ffd62

Please sign in to comment.