Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/local/dev' into superslicer_var…
Browse files Browse the repository at this point in the history
…iant
  • Loading branch information
supermerill committed Nov 25, 2024
2 parents fe480b2 + b1c0395 commit cf24df5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build_dep:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:
run: ./BuildMacOS.sh -d

build:
runs-on: macos-12
runs-on: macos-13
needs: build_dep

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ccpp_mac_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_dep:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
run: ./BuildMacOS.sh -bd

build:
runs-on: macos-12
runs-on: macos-13
needs: build_dep

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ccpp_mac_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_dep:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
run: ./BuildMacOS.sh -d

build:
runs-on: macos-12
runs-on: macos-13
needs: build_dep

steps:
Expand Down

0 comments on commit cf24df5

Please sign in to comment.