Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Feb 3, 2025
1 parent 021da7c commit 465f03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
os: [ windows-2022, ubuntu-24.04 ]
os: [ windows-2022, windows-2025, ubuntu-24.04 ]
version: [ '23' ]
distribution: [ 'graalvm' ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: 4.6
gradle-version: "4.6"

- name: Run gradle and ant builds
run: |
Expand Down

0 comments on commit 465f03b

Please sign in to comment.