Skip to content

Commit

Permalink
CI: Use M1 runners wherever possible (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Jan 31, 2024
1 parent eba80ea commit b1b225d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
cross: true

- target: x86_64-apple-darwin
os: macos-latest
os: macos-13

- target: aarch64-apple-darwin
os: macos-latest
os: macos-14

- target: x86_64-pc-windows-msvc
os: windows-latest
Expand Down Expand Up @@ -104,8 +104,8 @@ jobs:
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04

- target: x86_64-apple-darwin
os: macos-12
- target: aarch64-apple-darwin
os: macos-14

- target: x86_64-pc-windows-msvc
os: windows-2019
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
include:
- name: linux x86-64
os: ubuntu-latest
- name: macos x86-64
os: macos-latest
- name: macos aarch64
os: macos-14
- name: windows x86-64
os: windows-latest
steps:
Expand Down

0 comments on commit b1b225d

Please sign in to comment.