From 686892e25c7594d450b1b7c9021102c481048312 Mon Sep 17 00:00:00 2001 From: Masala Date: Sun, 12 Jan 2025 08:37:19 +0000 Subject: [PATCH] update MacOS build to macos-15 fixes #59 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4c64d60..852263d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -62,7 +62,7 @@ jobs: strategy: matrix: go-version: [1.22.x] - os: [macos-12] + os: [macos-15] runs-on: ${{ matrix.os }} steps: