Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
properly specify runner (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady authored Feb 20, 2023
1 parent 2148f0d commit b329c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:

jobs:
tests:
runs-on: ubuntu-latest-16-cores
runs-on:
labels: ubuntu-latest-16-cores
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b329c04

Please sign in to comment.