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/nightly.yml | |
| parent | b07c05a1e55721a8a09ac372d79547ade752a882 (diff) | |
Update macOS version in GitHub workflows to `macos-12`
Diffstat (limited to '.github/workflows/nightly.yml')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index eb8784357..5ba0846ae 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -69,7 +69,7 @@ jobs: macos: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v4 |
