Skip to content

Commit

Permalink
Use macos-13 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 18, 2024
1 parent a725dc6 commit 5005455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

jobs: {
macos-xcode: {
runs-on: macos-12,
runs-on: macos-13,
env: {
DEVELOPER_DIR: /Applications/Xcode_13.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
},
steps: [
{
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
macos-scons: {
runs-on: macos-12,
runs-on: macos-13,
steps: [
{
name: checkout,
Expand Down

0 comments on commit 5005455

Please sign in to comment.