diff options
| author | TomBen <[email protected]> | 2024-06-23 16:13:40 +0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-06-23 09:56:09 -0700 |
| commit | 07602dedaeda8cc0fb5a0cb2cc0f91c8f69db1a7 (patch) | |
| tree | 1e0d2b6eca15ac0a18b3dac9a69b7235c352a031 /.github/workflows/release-candidate.yml | |
| parent | b07c05a1e55721a8a09ac372d79547ade752a882 (diff) | |
Update macOS version in GitHub workflows to `macos-12`
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 267c5a4bd..1205ab27f 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -77,7 +77,7 @@ jobs: macos: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v4 |
