diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc98def..a3fcbfa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,11 +12,11 @@ on: - .github/** jobs: build: - runs-on: macos-13 + runs-on: macos-latest steps: - - uses: actions/checkout@v3.5.3 - - uses: AckeeCZ/load-xcode-version@1.0.1 - - uses: actions/cache@v3.3.1 + - uses: actions/checkout@v4 + - uses: AckeeCZ/load-xcode-version@v1 + - uses: actions/cache@v4 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} diff --git a/.github/xcode-version b/.github/xcode-version index 7ea95c2..0d57595 100644 --- a/.github/xcode-version +++ b/.github/xcode-version @@ -1 +1 @@ -14.3.1 \ No newline at end of file +15.2 \ No newline at end of file