Skip to content

Commit

Permalink
Update workflows to use supported OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda committed Apr 17, 2024
1 parent 511fa92 commit 9471bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:


Build-Linux:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [Variables]
steps:
- name: Download precompiled Build folder
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:


Build-macOS:
runs-on: macos-10.15
runs-on: macos-12
needs: [Variables]
steps:
- name: Download precompiled Build folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
Test-n-Coverage:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Download precompiled Build folder
run: |
Expand Down

0 comments on commit 9471bd8

Please sign in to comment.