Skip to content

Commit

Permalink
use macos 13 to have a x86_64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Apr 28, 2024
1 parent 40e0bee commit 97c3eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-13, windows-latest]
version: ['5.15.2']
include:
- os: ubuntu-latest
enable_icons: 'ON'
- os: ubuntu-latest
enable_icons: 'OFF'
- os: macOS-latest
- os: macOS-13
enable_icons: 'ON'
- os: windows-latest
enable_icons: 'ON'
Expand Down

0 comments on commit 97c3eb8

Please sign in to comment.