Merge pull request #4907 from jriwanek-forks/macos

Switch to macos-13 for github actions
This commit is contained in:
Miran Grča
2024-10-18 07:18:45 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -25,10 +25,10 @@ on:
jobs:
macos12:
macos13-x86_64:
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
@@ -80,6 +80,7 @@ jobs:
rtmidi
openal-soft
fluidsynth
libslirp
${{ matrix.ui.packages }}
- name: Checkout repository

View File

@@ -25,11 +25,11 @@ on:
jobs:
analyze-macos12:
analyze-macos13-x86_64:
name: "${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64"
runs-on: macos-12
runs-on: macos-13
permissions:
actions: read
@@ -74,6 +74,7 @@ jobs:
rtmidi
openal-soft
fluidsynth
libslirp
${{ matrix.ui.packages }}
- name: Checkout repository