chore(ci): Use macos for release builds (#4968)

We need more memory
This commit is contained in:
Donny/강동윤 2022-06-14 19:54:34 +09:00 committed by GitHub
parent 51715e4d0d
commit 1bf2b80f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
name: Binary size
if: >-
${{ !contains(github.event.head_commit.message, 'chore: ') }}
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Cache
@ -38,7 +38,7 @@ jobs:
name: Performance regression check
if: >-
${{ !contains(github.event.head_commit.message, 'chore: ') }}
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

View File

@ -1,4 +1,4 @@
#![deny(warnings)]
#![cfg_attr(test, deny(warnings))]
pub use self::resolver::resolver;