diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 68c81d0..2b1173c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,9 +17,6 @@ jobs: # Only run this action if the PR isn't a draft and it is labled as a `security` PR if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'security') - env: - XCODE_VERSION: 'Xcode_16.4' - name: Analyze (${{ matrix.language }}) # Runner size impacts CodeQL analysis time. To learn more, please see: # - https://gh.io/recommended-hardware-resources-for-running-codeql @@ -27,7 +24,7 @@ jobs: # - https://gh.io/using-larger-runners (GitHub.com only) # Consider using larger runners or machines with greater resources for possible analysis time improvements. - runs-on: macos-15 + runs-on: macos-26 timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: # required for all workflows @@ -50,8 +47,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Select Xcode - run: sudo xcode-select -s "/Applications/$XCODE_VERSION.app" - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/.github/workflows/docc.yml b/.github/workflows/docc.yml index e045153..f248771 100644 --- a/.github/workflows/docc.yml +++ b/.github/workflows/docc.yml @@ -22,20 +22,15 @@ jobs: # Single deploy job since we're just deploying docc: - env: - XCODE_VERSION: 'Xcode_16.4' - environment: # Must be set to this for deploying to GitHub Pages name: github-pages url: ${{steps.deployment.outputs.page_url}} - runs-on: macos-15 + runs-on: macos-26 steps: - uses: actions/checkout@v4 - - name: Select Xcode - run: sudo xcode-select -s "/Applications/$XCODE_VERSION.app" - name: Add Plugin Dependency run: swift package add-dependency "https://github.com/apple/swift-docc-plugin" --branch main - name: Generate Documentation diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 51c42f2..7bc0567 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -13,14 +13,10 @@ jobs: build: - env: - XCODE_VERSION: 'Xcode_16.4' - runs-on: macos-15 + runs-on: macos-26 steps: - uses: actions/checkout@v4 - - name: Select Xcode - run: sudo xcode-select -s "/Applications/$XCODE_VERSION.app" - name: Install SwiftLint run: brew install swiftlint - name: Lint diff --git a/README.md b/README.md index 42a1c72..7f9efdb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Build](https://github.com/codefiesta/OAuthKit/actions/workflows/swift.yml/badge.svg) -![Xcode 16.4+](https://img.shields.io/badge/Xcode-16.4%2B-gold.svg) +![Xcode 26.0+](https://img.shields.io/badge/Xcode-26.0%2B-gold.svg) ![Swift 6.1+](https://img.shields.io/badge/Swift-6.1%2B-tomato.svg) ![iOS 18.0+](https://img.shields.io/badge/iOS-18.0%2B-crimson.svg) ![macOS 15.0+](https://img.shields.io/badge/macOS-15.0%2B-skyblue.svg)