Skip to content

Commit 66f0769

Browse files
authored
chore: Update CI to Ubuntu 24.04 (#144)
1 parent 5eb81a0 commit 66f0769

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
test-and-build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
# Use major version tags to automatically receive patch updates
1414
- uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
6262
environment:
6363
name: github-pages
6464
url: ${{ steps.deployment.outputs.page_url }}
65-
runs-on: ubuntu-22.04
65+
runs-on: ubuntu-24.04
6666
needs: test-and-build
6767
if: github.ref == 'refs/heads/master'
6868
steps:

0 commit comments

Comments
 (0)