Skip to content

Commit

Permalink
Fix runners to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Oct 24, 2023
1 parent ad1ecf0 commit eb6f64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
coveralls-finish:
name: Coveralls Finished
needs: [main]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Upload to Coveralls API
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Create a release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit eb6f64f

Please sign in to comment.