Skip to content

Commit

Permalink
Use macOS 13, specify architecture
Browse files Browse the repository at this point in the history
CI build types: *macos*
  • Loading branch information
mbautin committed Sep 24, 2024
1 parent f5b089b commit 0e13b90
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
build:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
# This was added for controlling hosted macOS runner architecture. We use a different way to
# specify the architecture for Linux builds.
arch: ${{ matrix.architecture }}
if: >
(github.event_name == 'push' &&
!contains(github.event.head_commit.message, 'skip ci') &&
Expand Down Expand Up @@ -217,13 +220,13 @@ jobs:
# ---------------------------------------------------------------------------------------

- name: macos-x86_64
os: macos-12
os: macos-13
docker_image:
build_thirdparty_args: --enforce_arch=x86_64
architecture: x86_64

- name: macos-arm64
os: macos-12
os: macos-13
docker_image:
build_thirdparty_args:
architecture: arm64 --enforce_arch=arm64
Expand Down

0 comments on commit 0e13b90

Please sign in to comment.