Skip to content

Commit

Permalink
Update GitHub Actions workflow to use Ubuntu 22.04 for Jira issue syn…
Browse files Browse the repository at this point in the history
…chronization
  • Loading branch information
rustyjux committed Dec 16, 2024
1 parent ed8763e commit a0909a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [issues, issue_comment]
jobs:
sync-issues:
name: Sync issues to Jira
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: ikethecoder/sync-issues-github-jira@dev
with:
Expand Down

0 comments on commit a0909a2

Please sign in to comment.