Skip to content

Commit

Permalink
ci: update macos-12 runners to macos-14 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman authored Oct 28, 2024
1 parent 99fb6c2 commit 9ba7835
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- os: win
runner: windows-2022
- os: osx
runner: macos-12
runner: macos-14
- os: linux
runner: ubuntu-20.04
- os: ios
runner: macos-12
runner: macos-14
- os: android
runner: ubuntu-20.04
exclude:
Expand Down Expand Up @@ -124,6 +124,10 @@ jobs:
# Install Visual Studio Developer PowerShell Module for cmdlets such as Enter-VsDevShell
Install-Module VsDevShell -Force
- name: Install dependencies
if: matrix.os == 'ios'
run: cargo install --force --locked bindgen-cli

- name: Setup build environment
shell: pwsh
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runner: windows-2022
additional-args: --features tsssp
- os: osx
runner: macos-12
runner: macos-14
- os: linux
runner: ubuntu-20.04

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- os: win
runner: windows-2022
- os: osx
runner: macos-12
runner: macos-14
- os: linux
runner: ubuntu-20.04

Expand Down

0 comments on commit 9ba7835

Please sign in to comment.