From c1f79fbfba2c1721ba2f5f2331c5016672852c7d Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Mon, 5 May 2025 10:19:03 -0700 Subject: [PATCH] actions: use ubuntu-22.04 because GitHub removed ubuntu-20.04 --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8a4807c1..edd7f91e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ env: jobs: linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -273,7 +273,7 @@ jobs: lime build SimpleAudio windows -release -verbose -nocolor android: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -418,7 +418,7 @@ jobs: package-haxelib: needs: [linux, macos, windows, android, ios] - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -534,7 +534,7 @@ jobs: if-no-files-found: error docs: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -564,7 +564,7 @@ jobs: if-no-files-found: error flash-samples: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -660,7 +660,7 @@ jobs: needs: package-haxelib strategy: matrix: - os: [windows-latest, ubuntu-20.04, macos-13] + os: [windows-latest, ubuntu-22.04, macos-13] runs-on: ${{ matrix.os }} steps: @@ -710,7 +710,7 @@ jobs: needs: package-haxelib strategy: matrix: - os: [windows-latest, ubuntu-20.04, macos-13] + os: [windows-latest, ubuntu-22.04, macos-13] runs-on: ${{ matrix.os }} steps: @@ -758,7 +758,7 @@ jobs: html5-samples: needs: package-haxelib - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.6] @@ -827,7 +827,7 @@ jobs: strategy: matrix: haxe-version: [3.4.7, 4.2.5] - os: [windows-latest, ubuntu-20.04, macos-13] + os: [windows-latest, ubuntu-22.04, macos-13] runs-on: ${{ matrix.os }} steps: @@ -874,7 +874,7 @@ jobs: lime build SimpleAudio neko -release -verbose -nocolor notify: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [package-haxelib, docs, android, flash-samples, air-samples, hashlink-samples, hashlinkc-samples, html5-samples, ios, linux, macos, neko-samples, windows] if: ${{ github.repository == 'openfl/lime' && github.event_name != 'pull_request' }} steps: