Skip to content

Commit 89c2503

Browse files
authored
[CI] Move Mac runner to MacOS 13 (#15978)
Github Actions no longer [supports](actions/runner-images#10721) MacOS 12 and it's causing postcommit to [fail](https://github.com/intel/llvm/actions/runs/11669376491/job/32491193990). This is confirmed working [here](https://github.com/intel/llvm/actions/runs/11669692319/job/32492218310?pr=15978), build in progress but the runner starts now. Will confirm build passes before merging. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent a390c92 commit 89c2503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-macos-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions: read-all
2424
jobs:
2525
build:
2626
name: Build
27-
runs-on: macos-12
27+
runs-on: macos-13
2828
env:
2929
CCACHE_DIR: $GITHUB_WORKSPACE/build_cache_${{ inputs.build_cache_suffix }}
3030
CCACHE_MAXSIZE: ${{ inputs.build_cache_size }}

0 commit comments

Comments
 (0)