Skip to content

Commit

Permalink
Update supported runners (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtuk authored Oct 19, 2023
1 parent a492577 commit 142e4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand All @@ -23,4 +23,4 @@ jobs:
with:
files: ./target/*.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 142e4fb

Please sign in to comment.