Skip to content

Commit

Permalink
remove TON compilation against macos-11 github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 12, 2024
1 parent 4c0814d commit 2d56a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-ton-macos-x86-64-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ on: [push,workflow_dispatch,workflow_call]

jobs:
build:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12]
runs-on: ${{ matrix.os }}
runs-on: macos-12

steps:
- name: Check out repository
Expand All @@ -25,5 +21,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
name: ton-binaries-${{ matrix.os }}
name: ton-binaries-macos-12
path: artifacts
1 change: 0 additions & 1 deletion .github/workflows/ton-ccpcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push,workflow_dispatch,workflow_call]

jobs:
build:

runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 2d56a27

Please sign in to comment.