diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 22:42:50 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 22:42:50 +0200 |
commit | 9cd17187c7af4cf410084b505d4139cc826ff815 (patch) | |
tree | f10974ae186f8bd0b61f7029f27fd0afceb86704 /.github | |
parent | 44c71d2cfc003887bdee40245260f2eaef75e3b6 (diff) | |
download | FlightCore-9cd17187c7af4cf410084b505d4139cc826ff815.tar.gz FlightCore-9cd17187c7af4cf410084b505d4139cc826ff815.zip |
Drop MacOS support
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index dd4781b1..f0669e04 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-20.04, windows-latest] + platform: [ubuntu-20.04, windows-latest] runs-on: ${{ matrix.platform }} steps: |