Skip to content

Commit 8cca40e

Browse files
committed
Trying to get the naming of the runner correct
1 parent 98c4a7a commit 8cca40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-vtk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [ 'ubuntu-20.04', 'macos-13', 'macos-14', 'windows-2019', 'ubuntu-20.04-arm' ]
16+
os: [ 'ubuntu-20.04', 'macos-13', 'macos-14', 'windows-2019', 'self-hosted' ]
1717
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1818

1919
steps:

0 commit comments

Comments
 (0)