Skip to content

Commit aa057e6

Browse files
committed
Update ci-cd.yml
1 parent e4196bb commit aa057e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/platforms/github/.github/workflows

src/platforms/github/.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
build:
8-
runs-on: "ubuntu-22.04"
8+
runs-on: "ubuntu-24.04"
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
5656
deploy-main:
5757
needs: build
5858
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
59-
runs-on: "ubuntu-22.04"
59+
runs-on: "ubuntu-24.04"
6060
steps:
6161
- name: Download deployment artifacts
6262
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)