Skip to content

Commit

Permalink
Bumps docker build action's ubuntu version (tgstation#89532)
Browse files Browse the repository at this point in the history
## About The Pull Request

Github's nuking this runner next month.
Not tested, it's not as if this works rn anyway.

actions/runner-images#11101
  • Loading branch information
LemonInTheDark authored Feb 18, 2025
1 parent fe65673 commit e1b22a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
publish:
if: ( !contains(github.event.head_commit.message, '[ci skip]') )
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e1b22a6

Please sign in to comment.