Skip to content

Commit

Permalink
Migrate unit tests workflow to M1 runner (#2070)
Browse files Browse the repository at this point in the history
samsymons
Member
samsymons commented 14 hours ago • 
Task/Issue URL: https://app.asana.com/0/0/1205655091447395/f
Tech Design URL:
CC:

Description:

This PR updates the unit test and Make Release Build workflows to use the new M1 runners.
  • Loading branch information
samsymons authored Oct 5, 2023
1 parent e12d1b5 commit bddfc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

name: Unit Tests

runs-on: macos-13
runs-on: macos-13-xlarge
timeout-minutes: 30

outputs:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

name: Make Release Build

runs-on: macos-13
runs-on: macos-13-xlarge
timeout-minutes: 30

steps:
Expand Down

0 comments on commit bddfc05

Please sign in to comment.