We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-14
1 parent dc6252a commit 62ada80Copy full SHA for 62ada80
1 file changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
build:
51
outputs:
52
artifact: ${{ steps.init.outputs.artifact }}
53
- runs-on: ${{ (inputs.target_os == 'ios' || inputs.target_os == 'mac') && 'macos-latest' || inputs.target_os == 'win' && 'windows-2022' || 'ubuntu-24.04' }}
+ runs-on: ${{ (inputs.target_os == 'ios' || inputs.target_os == 'mac') && 'macos-14' || inputs.target_os == 'win' && 'windows-2022' || 'ubuntu-24.04' }}
54
steps:
55
- name: Initialize
56
id: init
0 commit comments