Skip to content

Commit

Permalink
release-action spacesprotocol#22
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin committed Oct 22, 2024
1 parent c663cb9 commit ff56401
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, macos-13] # Specify the runners you want to use

steps:
- name: Checkout repository
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ff56401

Please sign in to comment.