Skip to content

Commit

Permalink
github deprecated macos-11 (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here authored Sep 8, 2024
1 parent 1fa3e04 commit 87d9412
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name: pyinstaller
on: [push] # yamllint disable-line rule:truthy

jobs:
pyinstaller-mac-11:
runs-on: macos-11
pyinstaller-macos-12:
runs-on: macos-12
steps:
- name: icu
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- name: artifact dist
uses: actions/upload-artifact@v4
with:
name: mac-11-dist
name: macos-12-dist
path: "*.zip"


Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} # pragma: allowlist secret

jobs:
testing-mac-11:
runs-on: macos-11
testing-macos-12:
runs-on: macos-12
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: mac-11-coverage
name: macos-12-coverage
path: |
.coverage
.coverage.*
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
merge:
if: always()
needs:
- testing-mac-11
- testing-macos-12
- testing-win
- testing-linux
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87d9412

Please sign in to comment.