We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb81a0 commit 66f0769Copy full SHA for 66f0769
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ permissions:
8
9
jobs:
10
test-and-build:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
steps:
13
# Use major version tags to automatically receive patch updates
14
- uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
62
environment:
63
name: github-pages
64
url: ${{ steps.deployment.outputs.page_url }}
65
66
needs: test-and-build
67
if: github.ref == 'refs/heads/master'
68
0 commit comments