Skip to content

Commit

Permalink
using latest macos
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 13, 2023
1 parent 9e1bf99 commit 13ab1e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: bindings.zip
path: build/bindings.zip
build-macos:
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -43,7 +43,7 @@ jobs:
path: build/lib3mf.dylib

codecoverage-macos:
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
cmake --build . --config Release
./Release/Example_ExtractInfo.exe ../../Files/Helix.3mf
deploy-macos:
runs-on: macos-11
runs-on: macos-latest
needs: [assemble-sdk]
steps:
- name: Download lib3mf_sdk artifact
Expand Down

0 comments on commit 13ab1e4

Please sign in to comment.