From 46efc5e520edc1cf62dc7f75ff4714791e4dba8c Mon Sep 17 00:00:00 2001 From: akash-akya Date: Fri, 30 Aug 2024 23:02:22 +0530 Subject: [PATCH] Bump maxos version in the CI --- .github/workflows/elixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 10b509e..3de2800 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -89,7 +89,7 @@ jobs: - run: mix test --trace macos: - runs-on: macos-11 + runs-on: macos-14 steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main