diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index c47342cd..ea7ce0af 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -154,7 +154,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-11, ubuntu-latest, macos-14] + os: [ macos-13, ubuntu-latest, macos-14] steps: - name: Set up Java