diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-06-12 13:00:01 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-06-12 13:00:01 -0400 |
commit | a69327f7844ca88ad5b6293bd334e5cb351d9591 (patch) | |
tree | 5e61778b6080caea579cc40ca84346c2b993c472 /.github | |
parent | f5b6e7710fae76f031b899f24710b82e9c5602de (diff) | |
download | bfs-a69327f7844ca88ad5b6293bd334e5cb351d9591.tar.xz |
ci: Use macOS 13
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae65157..3aacce1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: macos: name: macOS - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v3 |