From 8ab09b66979ada79d7bbece58411d6de31bea2a4 Mon Sep 17 00:00:00 2001 From: baizon Date: Sat, 19 Oct 2024 08:18:30 +0200 Subject: [PATCH] chore: update github macos runner to 13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c64bc83c8d..a2c5adf741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: path: frontends/qt/build/linux/bitbox-*.rpm name: BitBoxApp-linux-${{github.sha}}.rpm macos: - runs-on: macos-12 + runs-on: macos-13 steps: - name: Clone the repo uses: actions/checkout@v4