Skip to content

Commit

Permalink
Update github-actions-runners-updates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA authored Dec 30, 2024
1 parent a7934c0 commit a6c8671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-runners-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Get latest release windows 2025
run: |
RELEASES=$(curl -s https://api.github.com/repos/actions/runner-images/releases)
RELEASE_WINDOWS=$(echo "$RELEASES" | jq -r '.[] | select(.prerelease == false) | .tag_name' | sort -r | grep win25 | head -n1)
RELEASE_WINDOWS25=$(echo "$RELEASES" | jq -r '.[] | select(.prerelease == false) | .tag_name' | sort -r | grep win25 | head -n1)
echo "$RELEASE_WINDOWS25" > windows25.txt
echo "$RELEASE_WINDOWS25"
Expand Down

0 comments on commit a6c8671

Please sign in to comment.