Skip to content

Commit

Permalink
Using small runners
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Jun 25, 2024
1 parent fda3de8 commit 36a9c7a
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 @@ -12,7 +12,7 @@ defaults:
shell: bash
jobs:
release:
runs-on: ['hyperenv', 'medium']
runs-on: ['hyperenv', 'small']
steps:
- uses: actions/checkout@v4
- name: Create ZIP
Expand Down

0 comments on commit 36a9c7a

Please sign in to comment.