Changeset 59720 for trunk/.github/workflows/test-and-zip-default-themes.yml
- Timestamp:
- 01/28/2025 02:00:16 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r59716 r59720 60 60 check-for-empty-files: 61 61 name: ${{ matrix.theme }} empty file check 62 runs-on: ubuntu- latest62 runs-on: ubuntu-24.04 63 63 permissions: 64 64 contents: read … … 110 110 test-build-scripts: 111 111 name: Test ${{ matrix.theme }} build script 112 runs-on: ubuntu- latest112 runs-on: ubuntu-24.04 113 113 permissions: 114 114 contents: read … … 159 159 bundle-theme: 160 160 name: Create ${{ matrix.theme }} ZIP file 161 runs-on: ubuntu- latest161 runs-on: ubuntu-24.04 162 162 permissions: 163 163 contents: read … … 220 220 failed-workflow: 221 221 name: Failed workflow tasks 222 runs-on: ubuntu- latest222 runs-on: ubuntu-24.04 223 223 permissions: 224 224 actions: write
Note: See TracChangeset
for help on using the changeset viewer.