From 18162837ea08b4a5379b700e0151929b6cd3a27a Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Tue, 16 Dec 2025 13:50:10 -0600 Subject: [PATCH] fix: Update macOS version to latest in workflow --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c3eae601..00713638 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,7 +13,7 @@ jobs: continue-on-error: true strategy: matrix: - os: [ windows-2022, ubuntu-22.04, macos-13 ] + os: [ windows-2022, ubuntu-22.04, macos-latest ] steps: - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2