From ee039721535a9a0ea718348bfa54d605dd5a2b8d Mon Sep 17 00:00:00 2001 From: Michel de Bree Date: Fri, 3 Oct 2025 12:48:41 +0200 Subject: [PATCH] Use latest macos build image macos-13 is deprecated --- .github/workflows/build-macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yaml b/.github/workflows/build-macos.yaml index adee829..1650a2f 100644 --- a/.github/workflows/build-macos.yaml +++ b/.github/workflows/build-macos.yaml @@ -3,7 +3,7 @@ on: workflow_dispatch jobs: build: name: Build executable - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Install extra build tooling