Skip to content

Commit

Permalink
Update run-publisher.yml to run with ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
davidoesch authored Oct 11, 2024
1 parent 3da3ac1 commit fb335c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
# cf. https://docs.github.com/en/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
## Free Disk Sapce: based on https://github.com/marketplace/actions/free-disk-space-ubuntu
Expand Down

0 comments on commit fb335c0

Please sign in to comment.