Skip to content

Commit

Permalink
Merge pull request #650 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions: upgrade MacOS runner back to latest
  • Loading branch information
oliver-sanders authored Dec 5, 2024
2 parents 6203e5d + d6d4ff2 commit 142c91b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: ['ubuntu-latest']
python: ['3.8', '3.9']
include:
- os: 'macos-12'
- os: 'macos-latest'
python: '3.8'
steps:
- name: Checkout
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: ['ubuntu-latest']
python: ['3.8', '3.9']
include:
- os: 'macos-12'
- os: 'macos-latest'
python: '3.9'
env:
PYTEST_ADDOPTS: --cov --color=yes
Expand All @@ -34,6 +34,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Patch DNS
uses: cylc/release-actions/patch-dns@v1

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

- name: Brew Install
if: startsWith(matrix.os, 'macos')
run: |
Expand All @@ -53,14 +61,6 @@ jobs:
export PATH
__HERE__
- name: Patch DNS
uses: cylc/release-actions/patch-dns@v1

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

- name: install cylc-flow
uses: cylc/release-actions/install-cylc-components@v1
with:
Expand Down

0 comments on commit 142c91b

Please sign in to comment.