Skip to content

Commit e540629

Browse files
committed
Remove macOS Clang 10 CI job
Support for Clang 10 was removed from CI image in actions/runner-images#1712.
1 parent b2756ac commit e540629

File tree

1 file changed

+8
-39
lines changed

1 file changed

+8
-39
lines changed

.github/workflows/macos.yml

Lines changed: 8 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,24 @@
11
name: macos-latest
22

3-
on:
3+
'on':
44
push:
5-
branches: [ master ]
5+
branches:
6+
- master
67
pull_request:
7-
branches: [ master ]
8+
branches:
9+
- master
810

911
jobs:
10-
appleclang-minimum:
11-
name: appleclang-10.0.1
12-
runs-on: macos-latest
13-
env:
14-
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer
15-
16-
steps:
17-
- uses: actions/checkout@v2
18-
- name: submodules
19-
run: git submodule update --init --recursive
20-
- name: dependencies
21-
run: |
22-
brew install boost
23-
curl -O https://www.cryptopp.com/cryptopp820.zip
24-
unzip cryptopp820.zip -d cryptopp820
25-
make -C cryptopp820 shared all
26-
make -C cryptopp820 install
27-
- name: cmake
28-
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug
29-
- name: build
30-
run: cmake --build build
31-
- name: test
32-
run: ./build/tests/tests
33-
- name: examples
34-
run: |
35-
make install -C build
36-
cd examples
37-
cmake -B build
38-
make -C build
39-
./build/create_simple_packet
40-
./build/encoding_and_decoding
41-
./build/key_from_raw_data
42-
4312
appleclang-latest:
44-
name: appleclang-11.0.3
45-
runs-on: macos-latest
13+
name: appleclang-13.0.0
14+
runs-on: macos-11
4615

4716
steps:
4817
- uses: actions/checkout@v2
4918
- name: submodules
5019
run: git submodule update --init --recursive
5120
- name: dependencies
52-
run: |
21+
run: |
5322
brew install boost
5423
curl -O https://www.cryptopp.com/cryptopp820.zip
5524
unzip cryptopp820.zip -d cryptopp820

0 commit comments

Comments
 (0)