Skip to content

Commit

Permalink
Use latest Ubuntu in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 9, 2022
1 parent e2dce0b commit fbb9b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
marketplaces:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

github:
name: GitHub Milestones
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Get next versions
id: semvers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
name: Linter
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand Down

0 comments on commit fbb9b8b

Please sign in to comment.