File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
# Note OSX isn't officially supported yet, but might be in the future.
17
17
# The build here will help ensure no changes are introduced that
18
18
# would make it difficult.
19
- os : [ macos-latest -large ]
19
+ os : [ macos-13 -large, ubuntu-20.04 ]
20
20
21
21
runs-on : ${{ matrix.os }}
22
22
@@ -36,14 +36,14 @@ jobs:
36
36
- run : src/build.sh x64 release
37
37
38
38
- name : archive so
39
- if : matrix.os == 'ubuntu-latest '
39
+ if : matrix.os == 'ubuntu-20.04 '
40
40
uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
41
41
with :
42
42
name : libInstrumentationEngine.so
43
43
path : out/Linux/bin/x64.Release/ClrInstrumentationEngine/libInstrumentationEngine.so
44
44
45
45
- name : archive dylib
46
- if : matrix.os == 'macos-latest '
46
+ if : matrix.os == 'macos-13-large '
47
47
uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
48
48
with :
49
49
name : libInstrumentationEngine.dylib
You can’t perform that action at this time.
0 commit comments