Skip to content

Commit

Permalink
chore: organize ci workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 25, 2024
1 parent f8f6f70 commit 1f5aeaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:

jobs:
mac:
uses: ./.github/workflows/std.yml
uses: ./.github/std.yml
with:
runs-on: macOS-12
secrets: inherit

linux:
uses: ./.github/workflows/std.yml
uses: ./.github/std.yml
with:
runs-on: ubuntu-latest
secrets: inherit

0 comments on commit 1f5aeaa

Please sign in to comment.