Skip to content

Commit 0a02b82

Browse files
[CI][UR] Bump MacOS version used in workflows (#20297)
MacOS 13 will soon be deprecated on GHA // https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
1 parent 4409422 commit 0a02b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-13
27+
runs-on: macos-latest
2828
env:
2929
CCACHE_DIR: $GITHUB_WORKSPACE/build_cache_${{ inputs.build_cache_suffix }}
3030
CCACHE_MAXSIZE: ${{ inputs.build_cache_size }}

.github/workflows/ur-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: ${{ always() && !cancelled() && contains(needs.detect_changes.outputs.filters, 'ur') }}
113113
strategy:
114114
matrix:
115-
os: ['macos-13']
115+
os: ['macos-latest']
116116
runs-on: ${{matrix.os}}
117117

118118
steps:

0 commit comments

Comments
 (0)