Skip to content

Commit

Permalink
Use macos-13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Sep 25, 2024
1 parent 54ea407 commit 7f0fc85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 15
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-12]
os: [ubuntu-20.04, windows-latest, macos-13]
env: [Linux, Windows, Mac]
arch: [x64, x86]
sound: [OFF, SDL_mixer]
Expand All @@ -29,26 +29,26 @@ jobs:
env: Mac
- os: windows-latest
env: Linux
- os: macos-12
- os: macos-13
env: Windows
- os: macos-12
- os: macos-13
env: Linux

- arch: x86
os: macos-12
os: macos-13

- arch: x86
os: ubuntu-20.04

- os: windows-latest
windowing: X11
- os: macos-12
- os: macos-13
windowing: X11
- os: windows-latest
windowing: GTK
- os: macos-12
- os: macos-13
windowing: GTK
- os: macos-12
- os: macos-13
windowing: Windows
- os: ubuntu-20.04
windowing: Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
arch: x64
env: Linux
config: Debugrec
- os: macos-12
- os: macos-13
arch: x64
env: Mac
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7f0fc85

Please sign in to comment.