Skip to content

Commit

Permalink
Update to macos-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed May 20, 2024
1 parent a299839 commit 1e92ced
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: RelWithDebInfo
upload_packages: true

macos_release_no_retpolines:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: RelWithDebInfo
upload_packages: true
disable_retpolines: true
Expand All @@ -83,15 +83,15 @@ jobs:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: RelWithDebInfo
enable_coverage: true

macos_release_coverage_no_retpolines:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: RelWithDebInfo
enable_coverage: true
disable_retpolines: true
Expand All @@ -100,15 +100,15 @@ jobs:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: RelWithDebInfo
enable_sanitizers: true

macos_release_sanitizers_no_retpolines:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: RelWithDebInfo
enable_sanitizers: true
disable_retpolines: true
Expand All @@ -118,14 +118,14 @@ jobs:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: Debug

macos_debug_no_retpolines:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: Debug
disable_retpolines: true

Expand All @@ -134,15 +134,15 @@ jobs:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: Debug
enable_coverage: true

macos_debug_coverage_no_retpolines:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: Debug
enable_coverage: true
disable_retpolines: true
Expand All @@ -151,15 +151,15 @@ jobs:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: Debug
enable_sanitizers: true

macos_debug_sanitizers_no_retpolines:
uses: ./.github/workflows/posix.yml
with:
arch: x86_64
platform: macos-11
platform: macos-latest
build_type: Debug
enable_sanitizers: true
disable_retpolines: true
Expand Down

0 comments on commit 1e92ced

Please sign in to comment.