Skip to content

Commit

Permalink
Use latest macOS image for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Dec 8, 2024
1 parent c9c1155 commit 9ade05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: iOS

on:
push:
branches-ignore:
- debug_workflow
on: [push]

jobs:
build:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: macOS

on:
push:
branches-ignore:
- debug_workflow
on: [push]

env:
# TeamTalk unit test environment variables
Expand All @@ -13,7 +10,7 @@ env:

jobs:
build:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9ade05f

Please sign in to comment.