Skip to content

Commit

Permalink
github: upgrade presubmit runners
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng committed Sep 16, 2024
1 parent 374fc6b commit 2eb081c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [macos-14, ubuntu-22.04]
os: [macos-14-xlarge, ubuntu-22.04-16core]

steps:
- uses: actions/[email protected]
Expand All @@ -29,7 +29,7 @@ jobs:
build-windows:
name: build-windows
runs-on: windows-2019
runs-on: windows-2019-32core

steps:
- uses: actions/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:

build-android:
name: build-android
runs-on: macos-14
runs-on: ubuntu-22.04-16core

steps:
- uses: actions/[email protected]
Expand All @@ -56,7 +56,7 @@ jobs:
build-ios:
name: build-iOS
runs-on: macos-14
runs-on: macos-14-xlarge

steps:
- uses: actions/[email protected]
Expand All @@ -69,7 +69,7 @@ jobs:
build-web:
name: build-web
runs-on: macos-14
runs-on: macos-14-xlarge

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-windows:
name: build-windows
runs-on: windows-2019
runs-on: windows-2019-32core

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 2eb081c

Please sign in to comment.