From 81820a97677c753ca839aea9009cdd403b122135 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Sat, 16 Nov 2024 16:10:47 +0000 Subject: [PATCH] Use `macos-12` for builds --- .github/workflows/publish-swift-package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-swift-package.yaml b/.github/workflows/publish-swift-package.yaml index 3cd3bd8..bddb78a 100644 --- a/.github/workflows/publish-swift-package.yaml +++ b/.github/workflows/publish-swift-package.yaml @@ -15,7 +15,7 @@ on: jobs: build-tag-release: name: Build, tag, and release the Nostr SDK Swift bindings - runs-on: macOS-latest + runs-on: macos-12 permissions: contents: write steps: