Skip to content

Commit

Permalink
Use ubuntu-latest GitHub Runner
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hilbert <Ryan.J.Hilbert@gmail.com>
  • Loading branch information
RyanHilbert authored Nov 7, 2024
1 parent fe14b0f commit 3bcaa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
publish:
runs-on: github-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- run: kotlinc *.kt -include-runtime -d .jar -jdk-home $JAVA_HOME_21_X64
Expand Down

0 comments on commit 3bcaa91

Please sign in to comment.