Skip to content

Commit bf1691c

Browse files
zmughalmohawk2
authored andcommitted
GHA: Update CI to use os: macos-latest
Connects to <PDLPorters/devops#46>.
1 parent 0cae1df commit bf1691c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
ci:
2020
runs-on: ${{ matrix.os }}
2121
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
22-
needs: notify
2322
strategy:
2423
fail-fast: false
2524
matrix:
@@ -34,7 +33,7 @@ jobs:
3433
#- perl-version: '5.30'
3534
# os: windows-latest
3635
- perl-version: '5.30'
37-
os: macos-11
36+
os: macos-latest
3837
steps:
3938
- uses: actions/checkout@v2
4039
- name: 'ci-dist: target-setup-perl'

0 commit comments

Comments
 (0)