Skip to content

Commit c0a33bd

Browse files
committed
Use windows agent for build, variable for publish
This should allow us to reuse the oss template for publish too, and tweak per-repo as needed.
1 parent 194b290 commit c0a33bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/os-matrix.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["windows-latest"]

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
publish:
21-
runs-on: ubuntu-latest
21+
runs-on: ${{ variables.publish.agent || 'ubuntu-latest' }}
2222
steps:
2323
- name: 🤘 checkout
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)