Skip to content

Commit

Permalink
Pinpoint Ubuntu versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Jan 14, 2025
1 parent 655f55c commit 6da7e2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/announce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
announce:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Send announcement tweet!
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
cleanup:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
action:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: dessant/label-actions@102faf474a544be75fbaf4df54e73d3c515a0e65 #4.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pushPreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
push:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pushStable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
push:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:

Expand Down

0 comments on commit 6da7e2d

Please sign in to comment.