Skip to content

Commit 9e965a9

Browse files
Change to github hosted runner
1 parent b43e690 commit 9e965a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
os: [[self-hosted, windows], [self-hosted, linux], macos-latest]
14+
os: [windows-latest, ubuntu-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)