From a825c6bcaa59b150946b12e631dd0ccbf640f621 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sat, 7 Sep 2024 14:25:12 +0200 Subject: [PATCH] chore: Upgrade macOS image to 14 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a08808..85c8309 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - os: [macos-13] + os: [macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3