Skip to content

Commit

Permalink
Replace macos-12 with macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
andynoack committed Jan 14, 2025
1 parent 6abdd54 commit 8fa74e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-13]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
architecture: [x64]
include:
Expand All @@ -31,13 +31,13 @@ jobs:
python-version: '3.10'
- os: windows-latest
python-version: '3.12'
- os: macOS-12
- os: macOS-13
python-version: '3.8'
- os: macOS-12
- os: macOS-13
python-version: '3.9'
- os: macOS-12
- os: macOS-13
python-version: '3.10'
- os: macOS-12
- os: macOS-13
python-version: '3.12'
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The official URH docker image is available [here](https://hub.docker.com/r/jopoh
### macOS
#### Using DMG

It is recommended to use __at least macOS 12__ when using the DMG available [here](https://github.com/jopohl/urh/releases).
It is recommended to use __at least macOS 13__ when using the DMG available [here](https://github.com/jopohl/urh/releases).

#### With brew
URH is available as a [homebrew formula](https://formulae.brew.sh/formula/urh) so you can install it with
Expand Down

0 comments on commit 8fa74e8

Please sign in to comment.