File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525
2626jobs :
2727 ormolu :
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-24 .04
2929 steps :
3030 - uses : actions/checkout@v4
3131 with :
5858 commit_message : automatically run ormolu
5959 build-exe :
6060 name : Build share-api executable
61- runs-on : ubuntu-20 .04
61+ runs-on : ubuntu-24 .04
6262 steps :
6363 - uses : actions/checkout@v4
6464 with :
@@ -103,7 +103,7 @@ jobs:
103103 container_registry : ghcr.io
104104 docker_image_name : ${{ github.repository }}
105105 needs : [build-exe]
106- runs-on : ubuntu-latest
106+ runs-on : ubuntu-24.04
107107 # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
108108 permissions :
109109 contents : read
@@ -191,7 +191,7 @@ jobs:
191191 # A separate job for docker build because it requires elevated github token permissions.
192192 transcript-tests :
193193 needs : [build-exe, docker-build]
194- runs-on : ubuntu-latest
194+ runs-on : ubuntu-24.04
195195
196196 steps :
197197 # TODO: Maybe make a custom image with docker-compose and zsh pre-installed
You can’t perform that action at this time.
0 commit comments