From a1be8a4ac693cb2c9e9a29be89b395ba0ddb162e Mon Sep 17 00:00:00 2001 From: Radu Berinde Date: Wed, 4 Dec 2024 08:06:17 -0800 Subject: [PATCH] github: update macos image The current macos image is deprecated. Also add a trigger for a special branch so we can test changes to the workflow. --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85b3480..8000390 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - ghworkflow pull_request: branches: - main @@ -50,7 +51,7 @@ jobs: strategy: matrix: go: ["1.22"] - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2