Skip to content

Commit

Permalink
Merge pull request #62 from JohnTitor/JohnTitor-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Dec 1, 2024
2 parents ab8538f + f0d3acb commit 2b2b241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- x86_64-apple-darwin

name: ${{ matrix.version }} - ${{ matrix.target }}
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install ${{ matrix.version }}
run: TOOLCHAIN=${{ matrix.version }} TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
Expand Down

0 comments on commit 2b2b241

Please sign in to comment.