Skip to content

Commit

Permalink
Update macos workflow to macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmtech-rdi committed Jul 1, 2024
1 parent c1ec705 commit 53e2296
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS 11
name: macOS 12

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ on:
jobs:
software_cpp:
name: Software C++
runs-on: macos-11
runs-on: macos-12
defaults:
run:
shell: bash -l {0} # Source profile for each step
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

software_max:
name: Software Max/MSP/Gen~
runs-on: macos-11
runs-on: macos-12
defaults:
run:
shell: bash -l {0} # Source profile for each step
Expand All @@ -101,7 +101,7 @@ jobs:

software_faust:
name: Software Faust
runs-on: macos-11
runs-on: macos-12
defaults:
run:
shell: bash -l {0} # Source profile for each step
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

hardware:
name: Hardware
runs-on: macos-11
runs-on: macos-12
defaults:
run:
shell: bash -l {0} # Source profile for each step
Expand All @@ -150,7 +150,7 @@ jobs:

unit_tests:
name: Unit Tests
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -162,7 +162,7 @@ jobs:

erbb_tests:
name: Erbb/Erbui Tests
runs-on: macos-11
runs-on: macos-12
defaults:
run:
shell: bash -l {0} # Source profile for each step
Expand Down

0 comments on commit 53e2296

Please sign in to comment.