Skip to content

Commit 925749a

Browse files
authored
Merge pull request #40 from unisoncomputing/cp/bump-ubuntu-runner
Bump to new non-deprecated ubuntu image
2 parents 3c5f4ad + a801e52 commit 925749a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
ormolu:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-24.04
2929
steps:
3030
- uses: actions/checkout@v4
3131
with:
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)