Skip to content

Commit

Permalink
Github: Run on macOS Monterey (12) explicitly
Browse files Browse the repository at this point in the history
The tag `macos-latest` still points to Big Sur (11).
  • Loading branch information
saschpe committed Jul 27, 2022
1 parent 2db2009 commit 6cb5763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./gradlew spotlessCheck

build:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: Set up JDK 17
Expand All @@ -42,7 +42,7 @@ jobs:

publish:
needs: build
runs-on: macos-latest
runs-on: macos-12
if: github.ref == 'refs/heads/main'
environment: Sonatype
env:
Expand Down

0 comments on commit 6cb5763

Please sign in to comment.