From 878104f55e2f7d3477519795b676f23f50e1b817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Tue, 12 Dec 2023 20:44:53 -0800 Subject: [PATCH] CI: macos-13. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c55b27554..8b1ea79ea1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -179,7 +179,7 @@ jobs: { config: release, binsuffix: Release }, ] name: osx-x64-${{ matrix.config }} - runs-on: macos-latest + runs-on: macos-13 steps: - name: Checkout bgfx uses: actions/checkout@v3