Skip to content

Commit

Permalink
chore: update GitHub CI action container to 'ubuntu-latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink committed Jan 28, 2024
1 parent 89eb58b commit 0d15a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
ci_cd:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Continuous Integration/Continuous Deployment
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0d15a68

Please sign in to comment.