Skip to content

Commit

Permalink
Validate if a different label can find runners
Browse files Browse the repository at this point in the history
Summary:
Label specified in fix D65950069 does not work for github to find runner.

suggestion from open-source team is to try a different label. This is a quick change to first test and confirm. If it works, we will come back to re-work some code to generate the required label

Reviewed By: shih-hao-tseng

Differential Revision: D66217823

fbshipit-source-id: 54b5981b0c7670dd76d7603322877fd28aeedee1
  • Loading branch information
Shitanshu Shah authored and facebook-github-bot committed Nov 20, 2024
1 parent cbb2e17 commit 81504a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/getdeps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-22.04-8core
runs-on: 4-core-ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Fetch boost
Expand Down

0 comments on commit 81504a6

Please sign in to comment.