Skip to content

Commit

Permalink
Merge pull request #318 from albertyw/upgrade-workflow
Browse files Browse the repository at this point in the history
Upgrade github workflow ubuntu containers to newest LTS
  • Loading branch information
josegonzalez authored Jul 22, 2024
2 parents 2623167 + aacb252 commit 883407f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
lint:
name: lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand Down

0 comments on commit 883407f

Please sign in to comment.