Skip to content

Commit

Permalink
Switch to macos-latest (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett committed May 25, 2024
1 parent 18808c2 commit 0b4c940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
libelf-dev \
lcov
- name: Install prerequisites - macos-11
if: inputs.platform == 'macos-11'
- name: Install prerequisites - macos-latest
if: inputs.platform == 'macos-latest'
run: |
brew install \
cmake \
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Configure CMake
if: inputs.platform == 'ubuntu-latest' || inputs.platform == 'macos-11'
if: inputs.platform == 'ubuntu-latest' || inputs.platform == 'macos-latest'
run: |
if [ "${{inputs.enable_sanitizers}}" = "true" ]; then
export SANITIZER_FLAGS="-fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ jobs:
macos_release:
uses: ./.github/workflows/Build.yml
with:
platform: macos-11
platform: macos-latest
configuration: Release

macos_debug:
uses: ./.github/workflows/Build.yml
with:
platform: macos-11
platform: macos-latest
configuration: Debug

finish:
Expand Down

0 comments on commit 0b4c940

Please sign in to comment.