Skip to content

Commit

Permalink
chore: build binary for both macOS aarch64 and amd64 (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored May 25, 2024
1 parent d1d8904 commit f96eeed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_security_vulnerability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
lint:
name: DevSkim
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -42,33 +42,33 @@ jobs:
- target: x86_64-linux-android
target_name: Android
use_cross: true
os: ubuntu-20.04
os: ubuntu-latest

- target: x86_64-unknown-freebsd
target_name: FreeBSD
use_cross: true
os: ubuntu-20.04
os: ubuntu-latest

- target: x86_64-unknown-linux-gnu
target_name: Linux
os: ubuntu-20.04
os: ubuntu-latest

- target: x86_64-apple-darwin
target_name: macOS-x86_64
os: macos-13

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

- target: x86_64-unknown-netbsd
target_name: NetBSD
use_cross: true
os: ubuntu-20.04
os: ubuntu-latest

- target: x86_64-pc-windows-msvc
target_name: Windows
os: windows-2019
os: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
platform: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f96eeed

Please sign in to comment.