Skip to content

Commit

Permalink
Use macos-14 runner, update dependencies (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Feb 20, 2024
1 parent 5902a03 commit 9cb6545
Show file tree
Hide file tree
Showing 6 changed files with 829 additions and 625 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ jobs:
- build: macos
os: macos-12
- build: macos-arm64
os: [self-hosted, macOS, ARM64]
os: macos-14
target: aarch64-apple-darwin
- build: win-msvc
os: windows-2022
- build: win-gnu
os: windows-2022
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# this will always install whatever is targeted by the rust-toolchain.toml file
- name: Install Rust
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -130,7 +130,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
os: macos-12
target: x86_64-apple-darwin
- build: macos-arm64
os: [self-hosted, macOS, ARM64]
os: macos-14
target: aarch64-apple-darwin
- build: win-msvc
os: windows-2022
Expand All @@ -93,7 +93,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down
Loading

0 comments on commit 9cb6545

Please sign in to comment.