mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-03 21:33:42 +00:00 
			
		
		
		
	chore: bump workflows to use Ubuntu 24.04
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
		
							parent
							
								
									725d1314cc
								
							
						
					
					
						commit
						dfabf8d451
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@ -7,7 +7,7 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  build-package:
 | 
			
		||||
    name: Build Package
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Project
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/check.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check.yaml
									
									
									
									
										vendored
									
									
								
							@ -7,7 +7,7 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  check-package:
 | 
			
		||||
    name: Check Package
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Project
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										12
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@ -7,7 +7,7 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  test-package:
 | 
			
		||||
    name: Test Package
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Project
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
@ -29,7 +29,7 @@ jobs:
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [ubuntu-22.04, macos-14, windows-2022]
 | 
			
		||||
        os: [ubuntu-24.04, macos-14, windows-2022]
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Sample Project
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
@ -55,7 +55,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
  test-action-with-specified-dirs:
 | 
			
		||||
    name: Test Action With Specified Directories
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Sample Project
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
@ -85,7 +85,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
  test-action-without-run-build:
 | 
			
		||||
    name: Test Action Without Run Build
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Sample Project
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
@ -112,7 +112,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
  test-action-with-additional-options:
 | 
			
		||||
    name: Test Action With Additional Options
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Sample Project
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
@ -139,7 +139,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
  test-action-with-custom-generator:
 | 
			
		||||
    name: Test Action With Custom Generator
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Sample Project
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user