mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-07-21 22:05:41 +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:
@@ -54,11 +54,13 @@ jobs:
|
|||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
builder-arg: gnu
|
builder-arg: gnu
|
||||||
host: macos
|
host: macos
|
||||||
runner: macos-14
|
runner: macos-15
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
builder-arg: gnu
|
builder-arg: gnu
|
||||||
host: macos
|
host: macos
|
||||||
runner: macos-13
|
# `macos-15-intel` will be the last x86_64 `macos` image supported by GHA.
|
||||||
|
# It will be available until Aug. 2027 (see https://github.com/actions/runner-images/issues/13045).
|
||||||
|
runner: macos-15-intel
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
builder-arg: gnu
|
builder-arg: gnu
|
||||||
host: windows
|
host: windows
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
resolc-universal-apple-darwin_url: ${{ steps.set-output.outputs.resolc-universal-apple-darwin_url }}
|
resolc-universal-apple-darwin_url: ${{ steps.set-output.outputs.resolc-universal-apple-darwin_url }}
|
||||||
resolc-universal-apple-darwin_sha: ${{ steps.set-output.outputs.resolc-universal-apple-darwin_sha }}
|
resolc-universal-apple-darwin_sha: ${{ steps.set-output.outputs.resolc-universal-apple-darwin_sha }}
|
||||||
runs-on: macos-14
|
runs-on: macos-15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
create-release:
|
create-release:
|
||||||
if: startsWith(github.ref_name, 'v')
|
if: startsWith(github.ref_name, 'v')
|
||||||
needs: [check-version-changed, build]
|
needs: [check-version-changed, build]
|
||||||
runs-on: macos-14
|
runs-on: macos-15
|
||||||
environment: tags
|
environment: tags
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
|
|
||||||
npm-release:
|
npm-release:
|
||||||
needs: [create-release]
|
needs: [create-release]
|
||||||
runs-on: macos-14
|
runs-on: macos-15
|
||||||
environment: tags
|
environment: tags
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -66,10 +66,12 @@ jobs:
|
|||||||
runner: ubuntu-24.04
|
runner: ubuntu-24.04
|
||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
type: native
|
type: native
|
||||||
runner: macos-14
|
runner: macos-15
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
type: native
|
type: native
|
||||||
runner: macos-13
|
# `macos-15-intel` will be the last x86_64 `macos` image supported by GHA.
|
||||||
|
# It will be available until Aug. 2027 (see https://github.com/actions/runner-images/issues/13045).
|
||||||
|
runner: macos-15-intel
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
type: native
|
type: native
|
||||||
runner: windows-2022
|
runner: windows-2022
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runner: [parity-large, macos-14, windows-2022]
|
runner: [parity-large, macos-15, windows-2022]
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
sudo apt update && sudo apt-get install -y cmake ninja-build curl git libssl-dev pkg-config clang lld musl
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
if: matrix.runner == 'macos-14'
|
if: matrix.runner == 'macos-15'
|
||||||
run: |
|
run: |
|
||||||
brew install ninja
|
brew install ninja
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
|
os: ["ubuntu-24.04", "macos-15", "windows-2022"]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user