Skip to content

Commit

Permalink
GHA: update macOS runner image to macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dyfer authored Oct 8, 2023
1 parent ebaed8b commit 49a506d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ jobs:
include:

- job-name: 'universal'
os-version: '11'
xcode-version: '12.4'
os-version: '12'
xcode-version: '13.4.1'
deployment-target: '10.14'
cmake-architectures: 'x86_64;arm64'
use-syslibs: false
Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
include:

- name: macOS
runs-on: macos-11
runs-on: macos-12
sclang: 'build/Install/SuperCollider/SuperCollider.app/Contents/MacOS/sclang'
artifact-suffix: macOS-universal
artifact-extension: '.dmg'
Expand Down

0 comments on commit 49a506d

Please sign in to comment.