Switch to macos-13 for github actions
This commit is contained in:
4
.github/workflows/cmake_macos.yml
vendored
4
.github/workflows/cmake_macos.yml
vendored
@@ -25,10 +25,10 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
macos12:
|
||||
macos13:
|
||||
name: "${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64"
|
||||
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
|
||||
env:
|
||||
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
|
||||
|
||||
4
.github/workflows/codeql_macos.yml
vendored
4
.github/workflows/codeql_macos.yml
vendored
@@ -25,11 +25,11 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
analyze-macos12:
|
||||
analyze-macos13:
|
||||
|
||||
name: "${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64"
|
||||
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
|
||||
Reference in New Issue
Block a user