File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 run_linters :
1111 if : " !contains(github.event.head_commit.message, '[ci skip]')"
1212 name : Run Linters
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 concurrency :
1515 group : run_linters-${{ github.ref }}
1616 cancel-in-progress : true
5656 compile_all_maps :
5757 if : " !contains(github.event.head_commit.message, '[ci skip]')"
5858 name : Compile Maps
59- runs-on : ubuntu-20 .04
59+ runs-on : ubuntu-24 .04
6060 concurrency :
6161 group : compile_all_maps-${{ github.ref }}
6262 cancel-in-progress : true
7676 run_all_tests :
7777 if : " !contains(github.event.head_commit.message, '[ci skip]')"
7878 name : Integration Tests
79- runs-on : ubuntu-20 .04
79+ runs-on : ubuntu-24 .04
8080 services :
8181 mysql :
8282 image : mysql:latest
@@ -127,7 +127,7 @@ jobs:
127127 if : " !contains(github.event.head_commit.message, '[ci skip]') && always()"
128128 needs : [run_all_tests]
129129 name : Compare Screenshot Tests
130- runs-on : ubuntu-20 .04
130+ runs-on : ubuntu-24 .04
131131 steps :
132132 - uses : actions/checkout@v3
133133 # If we ever add more artifacts, this is going to break, but it'll be obvious.
You can’t perform that action at this time.
0 commit comments