mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
CI: Bump macOS Azure runners to macos-12 tag
This commit is contained in:
parent
e79e7dc3b9
commit
4ae2a54f3d
Notes:
sideshowbarker
2024-07-17 03:03:15 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/4ae2a54f3d Pull-request: https://github.com/SerenityOS/serenity/pull/16583 Reviewed-by: https://github.com/awesomekling ✅ Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
${{ if or(eq(parameters.os, 'Linux'), eq(parameters.os, 'Android')) }}:
|
||||
value: ubuntu-22.04
|
||||
${{ if eq(parameters.os, 'macOS') }}:
|
||||
value: macos-11
|
||||
value: macos-12
|
||||
|
||||
- name: toolchain
|
||||
${{ if eq(parameters.fuzzer, 'Fuzz') }}:
|
||||
|
|
Loading…
Reference in a new issue