File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 per_page :
2121 required : true
2222 type : string
23+ default : ' 20'
2324 platforms :
2425 required : false
2526 type : string
26- default : ' ["ubuntu-22 .04", "macos-14"]'
27+ default : ' ["ubuntu-24 .04", "macos-14"]'
2728 workflow_dispatch :
2829 inputs :
2930 repository :
3334 gitref :
3435 required : true
3536 type : string
37+ default : ' main'
3638 pixeleagle_project :
3739 required : true
3840 type : string
4446 per_page :
4547 required : true
4648 type : string
49+ default : ' 20'
4750 platforms :
4851 required : false
4952 type : string
50- default : ' ["ubuntu-22 .04", "macos-14"]'
53+ default : ' ["ubuntu-24 .04", "macos-14"]'
5154
5255jobs :
5356 split-pages :
@@ -132,7 +135,7 @@ jobs:
132135 fi
133136 fi
134137 sudo apt-get update
135- sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
138+ sudo apt install -y xvfb libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
136139
137140 - uses : actions/cache/restore@v4
138141 id : restore-cache
You can’t perform that action at this time.
0 commit comments