From 2dd1e8f930693bad8913f9d12c523ecbad752bda Mon Sep 17 00:00:00 2001 From: Oleg Montak Date: Sat, 20 Jan 2024 01:34:54 +0200 Subject: [PATCH] use macos-13 --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad44a0b..4065983 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,11 +9,7 @@ on: jobs: plugin_test: name: asdf plugin test - strategy: - matrix: - os: - - macos-latest - runs-on: ${{ matrix.os }} + runs-on: macos-13 steps: - name: asdf_plugin_test uses: asdf-vm/actions/plugin-test@v2