Upgrade github workflow ubuntu containers to newest LTS

This commit is contained in:
Albert Wang
2024-07-21 16:46:20 -07:00
parent 53d2ceec10
commit aacb252e57
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -14,7 +14,7 @@ on:
jobs:
lint:
name: lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository