Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
ormolu:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
commit_message: automatically run ormolu
build-exe:
name: Build share-api executable
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
container_registry: ghcr.io
docker_image_name: ${{ github.repository }}
needs: [build-exe]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
permissions:
contents: read
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
# A separate job for docker build because it requires elevated github token permissions.
transcript-tests:
needs: [build-exe, docker-build]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
# TODO: Maybe make a custom image with docker-compose and zsh pre-installed
Expand Down
Loading