Skip to content

Commit

Permalink
Removed deprecated macos12
Browse files Browse the repository at this point in the history
  • Loading branch information
QuincyCantu committed Dec 19, 2024
1 parent 4f9a5ed commit d2875b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
needs: build
strategy:
matrix:
os: [ macos-14, macos-12 ]
os: [ macos-14 ]
runs-on: ${{ matrix.os }}
steps:
- name: Set up JDK 17
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
needs: build
strategy:
matrix:
os: [ macos-14, macos-12 ]
os: [ macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Set up JDK 17
Expand Down

0 comments on commit d2875b5

Please sign in to comment.