From 9fa366c788876a97058037e304f5d24692a97f45 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Thu, 25 Apr 2024 14:58:06 +0300 Subject: [PATCH] macos-14 is now macos-latest --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 642d47a..0686bb9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: bitcoind-version: ["0.17.2", "25.1"] - os: [macos-14, macos-latest, ubuntu-latest] + os: [macos-13, macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v3 - name: Setup BATS