diff options
| author | Sukka <[email protected]> | 2022-07-25 06:40:53 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-24 15:40:53 -0700 |
| commit | 14cd2641e0f81e46b6b3a5f0c9de6404076ef08a (patch) | |
| tree | dc07a0cd095dab5a78b4369b3c415a931a1e88a5 /.github/workflows/release-candidate.yml | |
| parent | 4ea51b6e96e0b04f2e11782002c0ea0950816cc3 (diff) | |
CI: update macos container version (#8197)
Diffstat (limited to '.github/workflows/release-candidate.yml')
| -rw-r--r-- | .github/workflows/release-candidate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 085858642..f48fb7cbf 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -87,7 +87,7 @@ jobs: macos: - runs-on: macOS-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v3 |
