Skip to content

Commit

Permalink
Update to MacOs 14 to get prebuilt toolchain faster
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored Sep 14, 2024
1 parent 37d9c5a commit 9b2ec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout PicoRVD
Expand Down

0 comments on commit 9b2ec84

Please sign in to comment.