From f7532bddf36d1056dc1b611032ae752f5e98960b Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Mon, 18 Nov 2024 20:57:17 +0100 Subject: [PATCH] ci: use `macos-latest` Signed-off-by: Yuki Kishimoto --- .github/workflows/bindings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindings.yml b/.github/workflows/bindings.yml index cedee4ba4..0b5be57fc 100644 --- a/.github/workflows/bindings.yml +++ b/.github/workflows/bindings.yml @@ -12,7 +12,7 @@ on: jobs: swift: name: Swift Package - runs-on: macos-13 + runs-on: macos-latest steps: - name: Checkout repository uses: actions/checkout@v3