Skip to content

Commit

Permalink
remove unsupported macos 12 build. See actions/runner-images#10721 fo…
Browse files Browse the repository at this point in the history
…r details
  • Loading branch information
marenz2569 committed Dec 5, 2024
1 parent 36e59a7 commit f668ac0
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13]
os: [macos-13]

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

Expand Down Expand Up @@ -483,12 +483,6 @@ jobs:
run: |
cd build
./src/FIRESTARTER -t 1
- uses: actions/upload-artifact@v4
if: matrix.os == 'macos-12' && ( github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') || github.event_name == 'pull_request' )
with:
retention-days: 1
name: FIRESTARTER-macOS_12
path: build/src/FIRESTARTER
- uses: actions/upload-artifact@v4
if: matrix.os == 'macos-13' && ( github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') || github.event_name == 'pull_request' )
with:
Expand Down Expand Up @@ -589,16 +583,6 @@ jobs:
mv FIRESTARTER/FIRESTARTER_HIP FIRESTARTER_HIP_6.2
rm -rf FIRESTARTER
chmod +x FIRESTARTER_HIP_6.2
- name: Retrieve FIRESTARTER-macOS_12
uses: actions/download-artifact@v4
with:
name: FIRESTARTER-macOS_12
path: FIRESTARTER
- name: Move binary to right directory
run: |
mv FIRESTARTER/FIRESTARTER FIRESTARTER-macOS_12
rm -rf FIRESTARTER
chmod +x FIRESTARTER-macOS_12
- name: Retrieve FIRESTARTER-macOS_13
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f668ac0

Please sign in to comment.