mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 13:48:08 +00:00
ci: Bump macos runner images (#417)
Closes #416. Workflows using x86_64-apple-darwin target with a `macos-13` runner image have been migrated to `macos-15-intel` due to deprecation (see #416), and `macos-14` images have been migrated to `macos-15`.
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [parity-large, macos-14, windows-2022]
|
||||
runner: [parity-large, macos-15, windows-2022]
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
sudo apt update && sudo apt-get install -y cmake ninja-build curl git libssl-dev pkg-config clang lld musl
|
||||
|
||||
- name: Install Dependencies
|
||||
if: matrix.runner == 'macos-14'
|
||||
if: matrix.runner == 'macos-15'
|
||||
run: |
|
||||
brew install ninja
|
||||
|
||||
|
||||
Reference in New Issue
Block a user