1 parent e4196bb commit aa057e6Copy full SHA for aa057e6
1 file changed
src/platforms/github/.github/workflows/ci-cd.yml
@@ -5,7 +5,7 @@ on:
5
- main
6
jobs:
7
build:
8
- runs-on: "ubuntu-22.04"
+ runs-on: "ubuntu-24.04"
9
steps:
10
- name: Checkout code
11
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
56
deploy-main:
57
needs: build
58
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
59
60
61
- name: Download deployment artifacts
62
uses: actions/download-artifact@v4
0 commit comments