From fea5b868ee14c0039e26c6a532d2f4f6f4fe7d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 16 Oct 2024 21:47:20 +0200 Subject: [PATCH] ci: switch from macOS 12 to 14 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b4e137f..1ba9f91dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -351,7 +351,7 @@ jobs: strategy: matrix: os: - - macos-12 + - macos-14 config: - { name: "gcc", cc: "gcc", cxx: "g++" } - { name: "clang", cc: "clang", cxx: "clang++" } @@ -381,7 +381,7 @@ jobs: /usr/local/bin/python3.11 \ /usr/local/bin/python3.11-config \ ; - brew install asciidoctor cjson guile lua pkg-config ruby + brew install asciidoctor aspell cjson guile lua pkg-config ruby - uses: actions/checkout@v4