Skip to content

Commit

Permalink
trying to update to macos-14 in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Nov 14, 2024
1 parent 630600c commit 3ce9333
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 @@ -16,7 +16,7 @@ jobs:
name : TestIOS
# runs-on: will be set to macos-latest when running on actual GHA.
# *** runs-on: ubuntu-latest is used when running via act on mac os. ***
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@master
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
name: DeployS3
# runs-on: will be set to macos-latest when running on actual GHA.
# *** runs-on: ubuntu-latest is used when running via act on mac os. ***
runs-on: macos-13
runs-on: macos-14
needs: [testIOS, testTVOS, testWatchOS]
if: github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/main'
outputs:
Expand Down

0 comments on commit 3ce9333

Please sign in to comment.