Skip to content

Commit

Permalink
CI-Pipeline => Runner to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schubert authored and Stefan Schubert committed Oct 23, 2023
1 parent 2aaa503 commit 2dc3800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: macOS-12
runs-on: macos-latest

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: macOS-12
runs-on: macos-latest

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

0 comments on commit 2dc3800

Please sign in to comment.