Skip to content

Commit

Permalink
updating with ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 11, 2023
1 parent 7746af7 commit 857628a
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 @@ -2,7 +2,7 @@ on: [push, pull_request]
name: Build
jobs:
build-linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- run: sudo apt install -y valgrind uuid-dev
- uses: actions/checkout@v2
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- run: ctest -V
working-directory: ./build
assemble-sdk:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: [build-windows-release, build-linux, build-macos]
steps:
- run: sudo apt install -y zip unzip
Expand All @@ -161,7 +161,7 @@ jobs:
name: lib3mf_sdk.zip
path: build/lib3mf_sdk.zip
deploy-linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: [assemble-sdk]
steps:
- run: sudo apt install -y zip unzip
Expand Down

0 comments on commit 857628a

Please sign in to comment.