Skip to content

Commit

Permalink
Bump macos runner version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed Nov 2, 2024
1 parent 656fb61 commit 58874a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
{ host: ubuntu-20.04, tool: cargo, target: x86_64-unknown-linux-gnu, output: hub-recovery },
{ host: ubuntu-20.04, tool: cross, target: aarch64-unknown-linux-gnu, output: hub-recovery },
{ host: windows-2019, tool: cargo, target: x86_64-pc-windows-msvc, output: hub-recovery.exe },
{ host: macos-12, tool: cargo, target: x86_64-apple-darwin, output: hub-recovery },
{ host: macos-12, tool: cargo, target: aarch64-apple-darwin, output: hub-recovery },
{ host: macos-13, tool: cargo, target: x86_64-apple-darwin, output: hub-recovery },
{ host: macos-13, tool: cargo, target: aarch64-apple-darwin, output: hub-recovery },
]
runs-on: ${{ matrix.build.host }}
steps:
Expand Down

0 comments on commit 58874a2

Please sign in to comment.