Skip to content

Commit

Permalink
ci: update GitHub Actions to use ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jan 15, 2025
1 parent 5a5a75a commit 04d91e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:

build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: "! contains(github.event.head_commit.message, 'wip')"
strategy:
matrix:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

deploy:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
# if: github.ref == 'refs/heads/master'
strategy:
matrix:
Expand Down

0 comments on commit 04d91e2

Please sign in to comment.