Skip to content

Commit

Permalink
ci,build_macos: bump to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Nov 30, 2023
1 parent cc7bbe5 commit 7c5066c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
name: Build on macOS
jobs:
build_core_arm64:
runs-on: macos-12
name: Build core (arm64) on macOS 12
runs-on: macos-13
name: Build core (arm64) on macOS 13
steps:
- uses: actions/checkout@master
- uses: Bogdanp/[email protected]
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
FranzCocoa/resources/runtime-arm64/
build_core_x86_64:
runs-on: macos-12
name: Build core (x86_64) on macOS 12
runs-on: macos-13
name: Build core (x86_64) on macOS 13
steps:
- uses: actions/checkout@master
- uses: Bogdanp/[email protected]
Expand Down Expand Up @@ -108,8 +108,8 @@ jobs:
FranzCocoa/resources/runtime-x86_64/
build_mac_app:
runs-on: macos-12
name: Build Franz.app on macOS 12
runs-on: macos-13
name: Build Franz.app on macOS 13
needs:
- build_core_arm64
- build_core_x86_64
Expand Down Expand Up @@ -203,8 +203,8 @@ jobs:
path: dist/Franz.dmg

build_mac_app_mas:
runs-on: macos-12
name: Build Franz.app on macOS 12 (MAS)
runs-on: macos-13
name: Build Franz.app on macOS 13 (MAS)
needs:
- build_core_arm64
- build_core_x86_64
Expand Down

0 comments on commit 7c5066c

Please sign in to comment.