Skip to content

Commit

Permalink
Use windows agent for build, variable for publish
Browse files Browse the repository at this point in the history
This should allow us to reuse the oss template for publish too, and tweak per-repo as needed.
  • Loading branch information
kzu committed Sep 3, 2024
1 parent 194b290 commit c0a33bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/os-matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["windows-latest"]
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ${{ variables.publish.agent || 'ubuntu-latest' }}
steps:
- name: 🤘 checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c0a33bd

Please sign in to comment.