Skip to content

Commit

Permalink
Run library-evolution workflow on macos-14-xlarge (#1925)
Browse files Browse the repository at this point in the history
# Summary
- Switch to `macos-14-xlarge` for the library evolution test workflow

# Ticket

<ticket>
COIOS-000
</ticket>
  • Loading branch information
goergisn authored Dec 18, 2024
1 parent e5fac8e commit 7a02059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_library_evolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

build:
name: Verify
runs-on: macos-13-xl
runs-on: macos-14-xlarge # Apple Silicon Runner

steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3'
xcode-version: '15.1'

- name: "xcodebuild clean archive BUILD_LIBRARY_FOR_DISTRIBUTION=YES"
run: |
Expand Down

0 comments on commit 7a02059

Please sign in to comment.