Skip to content

Commit

Permalink
ubuntu-latest now points to 24.01
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Dec 14, 2024
1 parent 5e4860d commit bb54894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
docs:
name: "Deploy"
runs-on: ubuntu-24.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
docs:
name: "Test"
runs-on: ubuntu-24.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit bb54894

Please sign in to comment.