Skip to content

Commit

Permalink
maint: Update ubuntu image in workflows to latest (#992)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Older ubuntu images used in our workflows are being marked as
deprecated. We need to update to newer ones.

## Short description of the changes
- Update workflows images to use `ubuntu-2204:2024.01.1` image
  • Loading branch information
MikeGoldsmith committed Mar 13, 2024
1 parent d9447e5 commit 08a6222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
build-and-publish-docker-image:
runs-on: ubuntu-22.04
machine:
image: ubuntu-2204:2024.01.1
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 08a6222

Please sign in to comment.