From 494f7ba7d99afba26e8340fa120c964cda0bb3bf Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Wed, 11 Sep 2024 11:06:56 -0400 Subject: [PATCH] fix mac Signed-off-by: Kevin Griffin --- .github/workflows/sally-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sally-ci.yml b/.github/workflows/sally-ci.yml index d88176f..1086f09 100644 --- a/.github/workflows/sally-ci.yml +++ b/.github/workflows/sally-ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macos-latest, ubuntu-latest ] + os: [ macos-13, ubuntu-latest ] steps: - uses: actions/checkout@v2