|
74 | 74 | runs-on: macos-14
|
75 | 75 | steps:
|
76 | 76 | - uses: actions/checkout@v4
|
77 |
| - - name: Select Xcode 14.3.1 |
78 |
| - run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer |
| 77 | + - name: Select Xcode 15.4 |
| 78 | + run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer |
79 | 79 | - run: brew install ninja
|
80 | 80 | - name: Setup Git User
|
81 | 81 | run: |
|
@@ -107,20 +107,20 @@ jobs:
|
107 | 107 | runs-on: ubuntu-20.04
|
108 | 108 | - name: raspberry-pi-os_armv8
|
109 | 109 | runs-on: ubuntu-20.04
|
110 |
| - - name: ubuntu-18.04_armv8 |
111 |
| - runs-on: ubuntu-20.04 |
112 | 110 | - name: ubuntu-20.04_armv8
|
113 | 111 | runs-on: ubuntu-20.04
|
114 | 112 | - name: ubuntu-22.04_armv8
|
115 |
| - runs-on: ubuntu-20.04 |
| 113 | + runs-on: ubuntu-22.04 |
| 114 | + - name: ubuntu-24.04_armv8 |
| 115 | + runs-on: ubuntu-24.04 |
116 | 116 | - name: ubuntu-20.04_x86_64
|
117 | 117 | runs-on: ubuntu-20.04
|
118 | 118 | - name: ubuntu-22.04_x86_64
|
119 | 119 | runs-on: ubuntu-22.04
|
120 | 120 | - name: ubuntu-24.04_x86_64
|
121 | 121 | runs-on: ubuntu-24.04
|
122 | 122 | - name: android
|
123 |
| - runs-on: ubuntu-20.04 |
| 123 | + runs-on: ubuntu-22.04 |
124 | 124 | runs-on: ${{ matrix.platform.runs-on }}
|
125 | 125 | steps:
|
126 | 126 | - uses: actions/checkout@v4
|
@@ -208,15 +208,15 @@ jobs:
|
208 | 208 | - uses: ./.github/actions/download
|
209 | 209 | with:
|
210 | 210 | platform: raspberry-pi-os_armv8
|
211 |
| - - uses: ./.github/actions/download |
212 |
| - with: |
213 |
| - platform: ubuntu-18.04_armv8 |
214 | 211 | - uses: ./.github/actions/download
|
215 | 212 | with:
|
216 | 213 | platform: ubuntu-20.04_armv8
|
217 | 214 | - uses: ./.github/actions/download
|
218 | 215 | with:
|
219 | 216 | platform: ubuntu-22.04_armv8
|
| 217 | + - uses: ./.github/actions/download |
| 218 | + with: |
| 219 | + platform: ubuntu-24.04_armv8 |
220 | 220 | - uses: ./.github/actions/download
|
221 | 221 | with:
|
222 | 222 | platform: ubuntu-20.04_x86_64
|
|
0 commit comments