Skip to content

Commit 39f4817

Browse files
updated macos agent image (#467)
* updated macos agent image * update pool image * updated macos pull image
1 parent 794ce0d commit 39f4817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job-cmakebuild-macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
cmake-build:
2020
name: cmake-build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }}
21-
runs-on: ${{ inputs.architecture == 'x64' && 'macos-13' || 'macos-latest' }}
21+
runs-on: ${{ inputs.architecture == 'x64' && 'macos-13' || 'macos-14' }}
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)