Skip to content

Commit

Permalink
actions: macos-12 is no longer supported, so bump to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Dec 3, 2024
1 parent 71e45e3 commit 5db8f1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
lime build SimpleAudio linux -release -verbose -nocolor
macos:
runs-on: macos-12
runs-on: macos-13
steps:

- uses: actions/checkout@v4
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
lime create SimpleAudio -verbose -nocolor -eval
lime build SimpleAudio android -release -verbose -nocolor -eval
ios:
runs-on: macos-12
runs-on: macos-13
steps:

- uses: actions/checkout@v4
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
needs: package-haxelib
strategy:
matrix:
os: [windows-latest, ubuntu-20.04, macos-12]
os: [windows-latest, ubuntu-20.04, macos-13]
runs-on: ${{ matrix.os }}
steps:

Expand Down Expand Up @@ -709,7 +709,7 @@ jobs:
needs: package-haxelib
strategy:
matrix:
os: [windows-latest, ubuntu-20.04, macos-12]
os: [windows-latest, ubuntu-20.04, macos-13]
runs-on: ${{ matrix.os }}
steps:

Expand Down Expand Up @@ -816,7 +816,7 @@ jobs:
strategy:
matrix:
haxe-version: [3.4.7, 4.2.5]
os: [windows-latest, ubuntu-20.04, macos-12]
os: [windows-latest, ubuntu-20.04, macos-13]
runs-on: ${{ matrix.os }}
steps:

Expand Down

0 comments on commit 5db8f1d

Please sign in to comment.