Skip to content

Commit

Permalink
Update supported runners
Browse files Browse the repository at this point in the history
  • Loading branch information
gtuk authored Oct 19, 2023
1 parent ae8569a commit 8262e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand All @@ -17,4 +17,4 @@ jobs:
- name: Run Linting
run: mvn spotless:check
- name: Run Tests
run: mvn test
run: mvn test

0 comments on commit 8262e5f

Please sign in to comment.