Skip to content

Commit

Permalink
Change to larger instance
Browse files Browse the repository at this point in the history
Summary:
Changes to use the 32-core-ubuntu machine from the standard set of runners
available to Meta OSS projects https://fburl.com/opensource/er6f7t47.

Reviewed By: srikrishnagopu

Differential Revision: D61275375

fbshipit-source-id: 5fe208c1bfdfde76e6b021063ddcab90781e3c9e
  • Loading branch information
paulcruz74 authored and facebook-github-bot committed Aug 14, 2024
1 parent 6dee6e2 commit 495b8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
runs-on: 32-core-ubuntu
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit 495b8b3

Please sign in to comment.