Skip to content

Commit 2eedae3

Browse files
authored
Fixup capitalization, back out concurrency changes
1 parent 53b9143 commit 2eedae3

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ on:
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
1710
permissions:
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:

0 commit comments

Comments
 (0)