Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Jun 26, 2024
1 parent 88e63e5 commit e830145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-24.04
runs-on: windows-2019

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
os: [ macos-11, macos-12, macos-13, macos-14, ubuntu-22.04, windows-2022 ]
os: [ macos-12, macos-13, macos-14, ubuntu-22.04, ubuntu-24.04, windows-2022 ]
version: [ '8', '22.0.1' ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e830145

Please sign in to comment.