From f938e9397c0a086b64f9095d2836eaff7da3e46f Mon Sep 17 00:00:00 2001 From: Akash Date: Tue, 17 Dec 2024 22:56:54 +0530 Subject: [PATCH] ci: use macos-14 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4026020..d551562 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: - run: mix test --exclude skip:true --trace macos: - runs-on: macos-11 + runs-on: macos-14 name: Test - Elixir (MacOS) steps: - uses: actions/checkout@v4