Skip to content

Commit 2532f16

Browse files
committed
chore(deps): update dependency ubuntu to v24
1 parent 573a830 commit 2532f16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
name: build
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
@@ -37,7 +37,7 @@ jobs:
3737
test_push:
3838
needs: build
3939
if: github.event_name == 'push'
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
@@ -104,7 +104,7 @@ jobs:
104104
# https://github.community/t/trigger-job-on-tag-push-only/18076
105105
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
106106
needs: test_push
107-
runs-on: ubuntu-22.04
107+
runs-on: ubuntu-24.04
108108
steps:
109109
- name: Checkout
110110
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

0 commit comments

Comments
 (0)