Skip to content

Commit

Permalink
Pin macos runner to 13 for packaging test
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed May 13, 2024
1 parent f2f395a commit fcaa80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
os: [ ubuntu-20.04, macos-latest ]
os: [ ubuntu-20.04, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
version: '21.3.3.1'
version: '21.3.2'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fcaa80e

Please sign in to comment.