Browse Source

Remove self-hosted runner from test

master
jeffvli 3 years ago
parent
commit
07197b24f6
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, self-hosted]
os: [macos-latest, ubuntu-latest]
steps:
- name: Check out Git repository

Loading…
Cancel
Save