Skip to content

Commit

Permalink
[build.yml] Changing all runners to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Oct 20, 2023
1 parent 1a6bbdd commit ceab144
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,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:
@@ -42,7 +42,7 @@ jobs:
path: build/lib3mf.dylib

codecoverage-macos:
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
@@ -90,7 +90,7 @@ jobs:
name: lib3mf.lib
path: build/Release/lib3mf.lib
build-windows-debug:
runs-on: windows-2019
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
@@ -106,7 +106,7 @@ jobs:
name: lib3mf.debug.dll
path: build/Debug/lib3mf.dll
build-windows-32bit:
runs-on: windows-2019
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
@@ -127,7 +127,7 @@ jobs:
name: lib3mf_32bit.lib
path: build_32bit/Release/lib3mf.lib
build-mingw-w64:
runs-on: windows-2019
runs-on: windows-latest
steps:
- run: choco install mingw -y
- uses: actions/checkout@v2
@@ -189,7 +189,7 @@ jobs:
cmake --build .
./Example_ExtractInfo ../../Files/Helix.3mf
deploy-windows:
runs-on: windows-2019
runs-on: windows-latest
needs: [assemble-sdk]
steps:
- name: Download lib3mf_sdk artifact
@@ -213,7 +213,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

0 comments on commit ceab144

Please sign in to comment.