From eaf2143162c82d80556c9b833388a5e8b38bbb65 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 3 May 2023 10:06:22 +0200 Subject: [PATCH] CI: add macos-13 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0abab908..1542d3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,6 +134,7 @@ jobs: include: - { os: macos-11, gcc: gcc-10, gxx: 'g++-10', testsuite: true } - { os: macos-12, gcc: gcc-11, gxx: 'g++-11', testsuite: true } + - { os: macos-13, gcc: gcc-12, gxx: 'g++-12', testsuite: true } steps: - name: 'Install brew packages' if: ${{ matrix.testsuite }} @@ -377,8 +378,8 @@ jobs: - { zig_target: x86_64-macos.13-none } - { zig_target: x86_64-windows-gnu } env: - # 2023-04-24 - ZIG_DIST_VERSION: 0.11.0-dev.2777+b95cdf0ae + # 2023-05-02 + ZIG_DIST_VERSION: 0.11.0-dev.2939+289234744 # for zig-cc wrapper scripts (see below): ZIG_CPPFLAGS: -DUPX_DOCTEST_CONFIG_MULTITHREADING ZIG_FLAGS: ${{ matrix.zig_flags }}