Skip to content

Commit

Permalink
Fix : Use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
OBlackmon3 committed Oct 22, 2024
1 parent 8d28b89 commit 3fef430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
tag:
runs-on: large
runs-on: ubuntu-latest
steps:
- name: Checkout
if: github.event.inputs.version_tag != ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]

jobs:
build:
runs-on: large
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit 3fef430

Please sign in to comment.