Skip to content

Commit

Permalink
chore: Update release.yml
Browse files Browse the repository at this point in the history
-Change runs on to ubuntun 20.04
  • Loading branch information
SkyZeroZx committed Oct 30, 2023
1 parent 87df70f commit f290bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: RELEASE
on: [workflow_dispatch]
jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f290bf6

Please sign in to comment.