aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2023-11-12 00:56:34 +0100
committerLaytan Laats <laytanlaats@hotmail.com>2023-11-12 00:56:34 +0100
commit38c380e3c10fe74d39fee0339ee89f5c89916caf (patch)
tree3b887469ef43029503661fdc24353328b2992c33 /.github
parent6bcf5f9cf49622e8f1bd488a1d2c3a357f834a32 (diff)
drop macos-11 support in CI, homebrew and Apple don't support it
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 915c1c0..7e1e15d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
macos:
strategy:
matrix:
- os: [macos-11, macos-latest]
+ os: [macos-12, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
timeout-minutes: 15