File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 66 - main
77 tags : ' *'
88
9- concurrency :
10- # group by workflow and ref; the last slightly strange component ensures that for pull
11- # requests, we limit to 1 concurrent job, but for the default repository branch we don't
12- group : ${{ github.workflow }}-${{ github.ref }}-${{ github.ref_name != github.event.repository.default_branch || github.run_number }}
13- # Cancel intermediate builds, but only if it is a pull request build.
14- cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
15-
169# needed to allow julia-actions/cache to delete old caches that it has created
1710permissions :
1811 actions : write
@@ -37,13 +30,13 @@ jobs:
3730 - ' ' # default arch, usually x64 but for macOS also aarch64
3831 - x86
3932 exclude :
40- - os : macos -latest # Apple Silicon
33+ - os : macOS -latest # Apple Silicon
4134 arch : x86
42- - os : macos -latest # Apple Silicon
35+ - os : macOS -latest # Apple Silicon
4336 version : ' 1.0'
4437 arch : ' '
4538 include :
46- - os : macos -latest # Apple Silicon
39+ - os : macOS -latest # Apple Silicon
4740 version : ' 1.0'
4841 arch : ' x64' # run x86_64 build of Julia under Rosetta 2 emulation
4942 steps :
You can’t perform that action at this time.
0 commit comments