Skip to content

Commit e123afe

Browse files
committed
Update GitHub Actions workflow to run on self-hosted macOS environment
1 parent a1cd519 commit e123afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gbf_vector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
git-board-vector-action:
1212
name: Git Board - Vector Action
13-
runs-on: ubuntu-latest
13+
runs-on: [self-hosted, macOS]
1414
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)