From 2afb7969cbe1bc8f76d0264d1cfe6ecc1468346a Mon Sep 17 00:00:00 2001 From: harmless-tech Date: Sat, 26 Oct 2024 18:02:04 -0400 Subject: [PATCH] Update macos-14 to macos-latest --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb7d5fd..fb4ca40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: include: - os: ubuntu-latest - os: macos-13 - - os: macos-14 + - os: macos-latest - os: windows-latest runs-on: ${{ matrix.os }} steps: @@ -85,8 +85,8 @@ jobs: - run: which just - run: rtx --version - run: '[[ "$(bacon --version)" == "bacon 2.11.0" ]]' - test-macos-14-tools: - runs-on: macos-14 + test-macos-latest-tools: + runs-on: macos-latest steps: - uses: actions/checkout@v4 - uses: ./ @@ -129,7 +129,7 @@ jobs: include: - os: ubuntu-latest - os: macos-13 - - os: macos-14 + - os: macos-latest - os: windows-latest runs-on: ${{ matrix.os }} steps: @@ -154,7 +154,7 @@ jobs: include: - os: ubuntu-latest - os: macos-13 - - os: macos-14 + - os: macos-latest - os: windows-latest runs-on: ${{ matrix.os }} steps: