Skip to content

Commit

Permalink
Update macos-14 to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Oct 26, 2024
1 parent 7017a8e commit 2afb796
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: ./
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 2afb796

Please sign in to comment.