Skip to content

Commit

Permalink
removed macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
rschoene committed Jun 27, 2024
1 parent d04345d commit b77e86e
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-12, macos-13]

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

Expand Down Expand Up @@ -315,11 +315,6 @@ jobs:
with:
name: FIRESTARTER-macOS_13
path: build/src/FIRESTARTER
- uses: actions/upload-artifact@v4
if: matrix.os == 'macos-14'
with:
name: FIRESTARTER-macOS_14
path: build/src/FIRESTARTER
create-download:
name: Create download for Website
runs-on: ubuntu-latest
Expand Down Expand Up @@ -401,18 +396,6 @@ jobs:
mv FIRESTARTER/FIRESTARTER_ONEAPI FIRESTARTER_ONEAPI_2023.2.0
rm -rf FIRESTARTER
chmod +x FIRESTARTER_ONEAPI_2023.2.0
# OSX 11.0
#- name: Retrieve FIRESTARTER-macOS_11.0
# uses: actions/download-artifact@v4
# with:
# name: FIRESTARTER-macOS_11.0
# path: FIRESTARTER
#- name: Move binary to right directory
# run: |
# mv FIRESTARTER/FIRESTARTER ../FIRESTARTER-macOS_11.0
# rm -rf FIRESTARTER
# chmod +x ../FIRESTARTER-macOS_11.0
# OSX 10.15
- name: Retrieve FIRESTARTER-macOS_12
uses: actions/download-artifact@v4
with:
Expand All @@ -433,16 +416,6 @@ jobs:
mv FIRESTARTER/FIRESTARTER FIRESTARTER-macOS_13
rm -rf FIRESTARTER
chmod +x FIRESTARTER-macOS_13
- name: Retrieve FIRESTARTER-macOS_14
uses: actions/download-artifact@v4
with:
name: FIRESTARTER-macOS_14
path: FIRESTARTER
- name: Move binary to right directory
run: |
mv FIRESTARTER/FIRESTARTER FIRESTARTER-14
rm -rf FIRESTARTER
chmod +x FIRESTARTER-macOS_14
# Windows
- name: Retrieve FIRESTARTER-windows
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b77e86e

Please sign in to comment.