Skip to content

Commit

Permalink
Ci: drop mac os support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushaway authored Oct 9, 2023
1 parent 61afcfd commit c2f6702
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019]
sourcemod-version: [1.11-dev]
include:
- os: ubuntu-20.04
Expand All @@ -18,9 +18,6 @@ jobs:
- os: windows-2019
target-archs: x86,x86_64

- os: macos-10.15
target-archs: x86_64

steps:
- name: Install Linux packages
if: runner.os == 'Linux'
Expand Down Expand Up @@ -91,11 +88,6 @@ jobs:
tar -czf ../${{ github.event.repository.name }}-${version}-linux.tar.gz -T <(\ls -1)
cd -
fi
if [ -d "./macOS/" ]; then
cd ./macOS/
tar -czf ../${{ github.event.repository.name }}-${version}-mac.tar.gz -T <(\ls -1)
cd -
fi
if [ -d "./Windows/" ]; then
cd ./Windows/
tar -czf ../${{ github.event.repository.name }}-${version}-windows.tar.gz -T <(\ls -1)
Expand Down

0 comments on commit c2f6702

Please sign in to comment.